#ikiwiki — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ikiwiki, aggregated by home.social.
-
Picking a toot: a short write-up on adding “Share to #Mastodon” links to the Wok via #tootpick
(This is also my first test to see if it works, and it seems to work so far.)
-
I'm working to add #Tootpick
https://github.com/Juerd/tootpick
to my website, which is statically built. I need some way to add a Tootpick link to each permalink, and I want to do it client-side via JavaScript (Tootpick needs JS anyway). So I need to add this JS to all the webpages, and I'm having #choiceParalysis on how to do it. Modify the base page template, or add a builder setup option?(TBF, this is partially the fault of my builder, #ikiwiki, which isn't really friendly on this side of things).