Skip to content

Commit 293c3c5

Browse files
committed
add just task to validate links & fix a few broken links
1 parent 226ab04 commit 293c3c5

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

_posts/2019-09-18-a-stab-at-field-notes-power-rankings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Anyways, I figured I'd try to rank these in terms of my most favorite. Going to
5151

5252
[mxlxbxd]: https://fieldnotesbrand.com/products/m-x-l-x-b-x-d
5353
[xoxo]: https://fieldnotesbrand.com/products/xoxo-2018
54-
[factory_floor]: http://www.draplin.com/2013/12/now_shipping_ddc054_ddc_x_field_notes_factory_floor_memo_book.html
55-
[james_brand]: https://shop.thejamesbrand.com/products/field-notes
54+
[factory_floor]: https://web.archive.org/web/20240419000512/https://www.draplin.com/2013/12/now_shipping_ddc054_ddc_x_field_notes_factory_floor_memo_book.html
55+
[james_brand]: https://web.archive.org/web/20191206124226/https://shop.thejamesbrand.com/products/field-notes
5656
[wilco]: https://fieldnotesbrand.com/products/wilco
5757

5858
[unexposed]: https://fieldnotesbrand.com/products/unexposed
59-
[field_museum]: https://store.fieldmuseum.org/product/Field_Notes_Field_Museum_Earth_Edition
59+
[field_museum]: https://web.archive.org/web/20191209221228/https://store.fieldmuseum.org/product/Field_Notes_Field_Museum_Earth_Edition
6060
[cold_horizon]: https://fieldnotesbrand.com/products/cold-horizon
6161
[nixon]: https://www.nixon.com/us/en/field-notes-3pk/C2483.html

_posts/2020-05-28-cafecito-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enjoyed.
6767

6868

6969

70-
[the_pot]: https://www.bialetti.us/coffee/stovetop/moka-express-c-1_7_22.html
70+
[the_pot]: https://en.wikipedia.org/wiki/Moka_pot
7171
[illy_classico]: https://www.illy.com/en-us/shop/coffee/ground-coffee/ground-espresso-coffee-medium-roast-classico/8842ST.html?cgid=57513
7272
[black_cat]: https://www.intelligentsiacoffee.com/black-cat-classic-espresso
7373
[unicorn_blood]: https://www.darkmattercoffee.com/products/unicorn-blood-espresso-blend

_posts/2021-05-08-a-simple-eulogy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ a bank it would be immune. But now, in hindsight, this all seems like it was
3939
inevitable. With all the VC funding, incentives to cash out, need to grow grow
4040
grow, how could this have ended differently?
4141

42-
[simple]: https://www.simple.com
42+
[simple]: https://web.archive.org/web/20210126021330/https://www.simple.com/
4343
[ynab]: https://www.youneedabudget.com/

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ promote:
1414
fd -e md . _drafts/ | fzf | xargs just _promote
1515

1616
alias p := promote
17+
18+
# current setup requires local server to be running
19+
link_check:
20+
lychee --base-url http://localhost:4000 \
21+
--exclude 'jetpens\.com' \
22+
_site/**/*.html \

0 commit comments

Comments
 (0)