Nov 25, 2022#p2
In a way, I have been prepping for my return ever since stepping away. Quite a bit has changed.
To remove the focus from the blog itself I changed the home page to a 'Hello' page, inspired by Alastair Johnston. That has now moved to /hello and been replaced with a new, simple home page. By necessity, the blog moved to /blog – and that is where it's going to stay.
For a few years now, the whole ethos of the blog has been to focus on "today" – that's what you'd see even when there were no posts. I've moved away from that. Now, when not signed in the blog will show the last day with a post. Also, when going back and forth between days, it will only show those days with posts.
The biggest changes have been with feeds, both the creation and consumption of them.
The live feed now supports markdown using the source:markdown item-level element. As I post in markdown it's pretty cool for a feed to support the raw source.
Because I use custom markup in (b)log-In I have to convert that to normal HTML before adding it to the feed but that's fine. It was always intended for HTML to coexist with markdown where required.
Markdown support is also now built in to /reader. If an item within a feed includes the source:markdown element that will be used by default instead of the description or content elements.