suzume <suz...@protonmail.com> writes: > I’m looking for users of org-publish to have ideas on possible configurations > and tweaks. > > I understand that recent CSS can do marvels on any kind of structure, but I’m > looking for ways to have tags, for ex., and other tools that are available in > other static site generators.
Hi, I outline my current fix for tags (with a bit of javascript) here: https://christianmoe.com/en/notes/static-site.html#tags Cleaning up my elisp for this so it's fit to share is one of my perennial TODOs. (Another is putting in place a no-frills fallback using only lisp and static HTML.) Another fun thing I've tried out: Using Mastodon as a comments form. https://christianmoe.com/en/blog/2025/Comments-via-Mastodon.html Just a proof of concept for now, the elisp is *not* safe, but it might give you ideas. Yours, Christian