Can anyone recommend a static site generator/theme/blogging software? I use Ghost at the moment.

I'm debating mixing things up a bit in the new year (and when I finish the several drafts I have going on at the moment)

I'm loving @simon's TIL* posts and would like to do the same, but mix long and short form in the same place 🤔

*: https://til.simonwillison.net/

Simon Willison: TIL

@ellie I’m really surprised nobody has suggested Hugo (https://gohugo.io) so far. Single executable, extremely fast, no JavaScript/Ruby/… extensions, and I believe just one of the biggest SSGs overall (for a good reason). Can’t imagine switching to something else.
The world's fastest framework for building websites

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

@ruhrscholz I'm trying to set this up how I want now! Getting there, so we shall see 🙌
Ellie's Notes

My name is Ellie Huxtable. I’m a software/infrastructure engineer, and am at my happiest when I’m building something cool. I love an adventure, and if I’m not at a computer there’s a good chance I’m riding a motorcycle.

@ellie wow! That was extremely quick, and looks great, I’m impressed!
I see you’re hosting on GitHub pages, did you configure GH Actions or are you building locally?