2023/02/05#p1
Thanks to Kevin for pointing out a very stupid mistake on my part with hyblog: having something enclosed in double quotes when it needs to be single quotes.
It's something I fixed in my demo site but forgot to carry through to the repository. It's fixed now.
I also noticed that I forgot to remove the reference to my actual blog from the menu so I corrected that as well.
2023/02/05#p2
It's a little bit weird seeing someone else's site using my platform. 😆 I'm just so used to seeing the look and feel on my own site.
2023/02/05#p3
The only type of stream I want to see on a Sunday.

Good hunting.

@colinwalker Where is this? While I probably haven't been there, it reminds me of hills that I have walked on in the West country and Welsh borders.
It's near Kettlewell in the Yorkshire Dales.
2023/02/05#p4
I've got a rough and ready proof of concept working for the standalone version of /reader. All it does right now is pull items from my RSS feed into an array, write that to a CSV file before pulling reading it all again and displaying the posts on a page.
I just wanted to make sure it could handle it all without messing about too much. I'll need to do some tweaks where posts contain "double quotes" (that's a test) but, in theory, it shouldn't need a lot to get it fully working.
Update: Actually, double quotes were automatically catered for – which I wasn't expecting – so that makes life even easier.