diff --git a/config.toml b/config.toml index 2e38ea95..101d37a8 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,9 @@ date = ["date", "publishDate", "lastmod", ":git"] [markup.goldmark] [markup.goldmark.extensions] typographer = false + # Changing this to false isn't the easy fix I want it to be + # Ideally autolinking _wouldn't_ happen inside linkrot tags + linkify = true [markup.goldmark.extensions.passthrough] enable = true diff --git a/content/notes/2024-05-13/b6xbb/index.md b/content/notes/2024-05-13/b6xbb/index.md index c7a7ad65..abf9338b 100644 --- a/content/notes/2024-05-13/b6xbb/index.md +++ b/content/notes/2024-05-13/b6xbb/index.md @@ -6,4 +6,4 @@ I just cleared that backlog of chats & emails I've been procrastinating handling …If you were expecting a message from me and _don't_ have one — I accidentally deleted it 😳 please say hi again! -(If you're in a similar spot, May 31st is coming soon — check out https://emaildebtforgiveness.me !) +(If you're in a similar spot, May 31st is coming soon — check out [emaildebtforgiveness.me](https://emaildebtforgiveness.me)!) diff --git a/content/notes/2024-05-15/nnpcx/index.md b/content/notes/2024-05-15/nnpcx/index.md index daf39a6a..c85bb063 100644 --- a/content/notes/2024-05-15/nnpcx/index.md +++ b/content/notes/2024-05-15/nnpcx/index.md @@ -9,4 +9,4 @@ references: featured: https://pointerpointer.com/like3.jpg slug: nnpcx --- -https://pointerpointer.com/ is never not brilliant. +[pointerpointer.com](https://pointerpointer.com/) is never not brilliant. diff --git a/content/notes/2024-05-17/jynmr/index.md b/content/notes/2024-05-17/jynmr/index.md index 1c36703c..776913ae 100644 --- a/content/notes/2024-05-17/jynmr/index.md +++ b/content/notes/2024-05-17/jynmr/index.md @@ -10,6 +10,6 @@ tags: --- My friend and his hundred year old cũcũ (granny) are [crowdfunding](/tags/crowdfunding) to build a cultural archive of the language and stories from their family home in Embu, [Kenya](/tags/kenya). They're also helping fund the tenth episode of an animated children's show exploring African nursery rhymes! -https://www.kickstarter.com/projects/njeru/uli-and-tatas-african-nursery-rhymes-embu-special +[On Kickstarter](https://www.kickstarter.com/projects/njeru/uli-and-tatas-african-nursery-rhymes-embu-special) Dig deep folks, the future will be poorer without stories from everywhere! diff --git a/todo.md b/todo.md index fafbfe1c..28396d5d 100644 --- a/todo.md +++ b/todo.md @@ -23,6 +23,7 @@ Things I might work on within my personal blog's software. - [ ] Remove http://gowal.la & https://4sq.com links and/or posts that are useless without them - [ ] Automate Gemini deploy - [ ] Fix `mention-of` imports tools/import/webmentionio/main.go:172 +- [ ] Move to referenced SVGs in header, rather than inline — they take up 4kb on every ~16-20kb page 😱 ### Working