Welcome to Bytes & Bobs. The content will probably be tech-focussed, but may also contain anything else that I find interesting. My intention is to write when I have something to say or record - this may not be particularly regular, but hopefully will be somewhat interesting or useful when I do.
It is powered by Zola and all the pages are written in Markdown for simplicity and portability (I get bored easily...). I'm just learning it, so as I find solutions when I get stuck, I'll document them here.
generate_feed = true
to
generate_feeds = true
in config.toml for the site to build. Also had
to remove a date
field from a section - it was never usable in
templates so technically shouldn't have been there anyway. Thanks to the
Zola folks for writing a detailed changelog!