mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 13:53:14 +01:00
Half way to removing autolinking
This commit is contained in:
parent
fb899943a1
commit
e3c06c9016
5 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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)!)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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!
|
||||||
|
|
1
todo.md
1
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
|
- [ ] 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue