Hello blog readers :)

I've tidied up a few things around the site but also borked a few. Some older pages may have a broken bottom menu because my menu update script went haywire:

find ./ -type f -name "*.html" -print0 | xargs -0 sed -s -i -e '/<!-- menu -->/,$d'

find . -type f -name "*.html" -exec sh -c 'cat menu.txt >> "$1"' -- {} \;

What I intended for this to do is only add menu.txt to pages with <!-- menu --> but instead it adds it to all html files. Whenever the day comes that I need to update the menu again I'll make this into an elegant sed one-liner...

But I digress, the real star of todays blog post is calendarender (also mentioned on the spruced up computer stuff page). This is the my first repo on the newly erected Laboratory B Gitea instance ✨😌🌲.

I still have a mega backlog of things to add to the site but that's all for today's show.