diff --git a/Makefile b/Makefile index 732fa0f9bf..f606f90fd8 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,7 @@ build: bundle exec jekyll build --future --drafts --unpublished test: + ## Check for broken Markdown reference-style links that are displayed in text unchanged, e.g. [broken][broken link] + ! find _site/ -name '*.html' | xargs grep ']\[' | grep -v skip-test | grep . + ## Check for broken links bundle exec htmlproofer --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site diff --git a/_posts/en/2018-07-30-xapo-consolidation.md b/_posts/en/2018-07-30-xapo-consolidation.md index 700539093c..a0fddcc369 100644 --- a/_posts/en/2018-07-30-xapo-consolidation.md +++ b/_posts/en/2018-07-30-xapo-consolidation.md @@ -6,6 +6,10 @@ type: posts layout: post lang: en version: 1 +excerpt: > + A field report from Anthony Towns, a developer at Xapo, about how they + consolidated around 4 million UTXOs to prepare for potential future + fee increases. --- {:.post-meta}