Hugo


More breaking changes in Hugo

Hugo is actively developed and still gets a lot of attention. This is fine. What's not fine is that it seems like every third update introduces breaking changes. I updated to 0.146.5 and my site failed to build. This was a theme thing, and thankfully the

Blogging

Adding Pagefind search to Hugo

Pagefind makes me happy. It is a static search library that is so easy to configure and use that I can hardly believe it. Here's a quick summary of how I implemented Pagefind search here in the Anubis2 Hugo theme[1]. I first created content/search.md as

Blogging

Moving to Hugo?

I came this close to moving my blog at baty.net back to Hugo. Even worse, I considered archiving all the content and starting fresh. I mean, completely fresh. No more dragging around years of images and posts that have been converted to and from several Markdown formats for various

Blogging

Another Hugo deprecation

I sure wish Hugo would stop deprecating things. This time it's site.Social. My theme uses that in a couple of files, and the theme's author is busy and doesn't always have time to fix things right away. They now want site.Params.Social

Hugo

Creating new Hugo posts using Emacs but with an option to use bundles

I create two disinct types of posts here: Regular posts and Journal posts. Each has its own set of metadata and different formats for filenames, so I have two similiar-but-different lisp functions for creating new posts using Emacs. This works fine. Journal posts take advantage of Hugo's page

Emacs