LoqiBlogging is the practice of writing and publishing datestamped posts listed in reverse chronological order on a website (weblog or blog for short), each post usually publicly available at a permalink (sometimes a fragment link) on a personal site https://indieweb.org/blogging
jasperad0501i’m not entirely sure. i used 11ty for my last blog, since it’s hosted on glitch.me. so, probably something along the lines of that or jekyll.
[jeremycherfas]Finally, after many SNAFUs, my new, Tailwind-free site design is live at https://jeremycherfas.net although I do have one remaining problem. I gratefully use http://webmention.herokuapp.com to receive and deliver my webmentions, and Pelle’s script to display them. I would love to make the actual display of the div that contains webmentions conditional on whether there are any to display, but I haven’t a clue how to do that.
[KevinMarks][jeremycherfas] you could use something like `.comments:has(.webmention-mention) { display:block;}` and make it `display:none;` by default.
[artlung]I've been using the TCPDF library to output PDFs for a self-published book for a friend and it's kind of like time travel. I made the mistake of using a <section> tag when I first worked on this like 3 years ago and was mystified it didn't behave. Turns out that library doesn't recognize all html5 stuff! I'm not changing tooling, just writing HTML like it was 2003.
[artlung]Google Search Console has started giving me data on some searches. I like seeing folks looking for `mm_validateForm()` - I like to think it's people exhuming older pages. https://lab.artlung.com/mm_validateform/