Half way to removing autolinking

This commit is contained in:
JP Hastings-Spital 2024-06-22 09:37:06 +01:00
parent fb899943a1
commit e3c06c9016
5 changed files with 7 additions and 3 deletions

View file

@ -19,6 +19,9 @@ date = ["date", "publishDate", "lastmod", ":git"]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.extensions] [markup.goldmark.extensions]
typographer = false 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] [markup.goldmark.extensions.passthrough]
enable = true enable = true

View file

@ -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 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)!)

View file

@ -9,4 +9,4 @@ references:
featured: https://pointerpointer.com/like3.jpg featured: https://pointerpointer.com/like3.jpg
slug: nnpcx slug: nnpcx
--- ---
https://pointerpointer.com/ is never not brilliant. [pointerpointer.com](https://pointerpointer.com/) is never not brilliant.

View file

@ -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! 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! Dig deep folks, the future will be poorer without stories from everywhere!

View file

@ -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 - [ ] Remove http://gowal.la & https://4sq.com links and/or posts that are useless without them
- [ ] Automate Gemini deploy - [ ] Automate Gemini deploy
- [ ] Fix `mention-of` imports tools/import/webmentionio/main.go:172 - [ ] 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 ### Working