Anyone have any recommendations for Blog software?

I was considering for a while just using a mastodon instance as my blog because I just kinda wanna sign in and upload my papers that I’ve written. I was pretty close with Hugo. I’d rather not have to build the site everytime I upload and I want to self host and not use Github actions. I think I still could do it since I like using Cloudflared tunnels.

What is all out there?

  • @hertg@infosec.pub
    link
    fedilink
    English
    3
    edit-2
    2 days ago

    Haven’t seen it mentioned yet, but zola is great. It’s a static site generator in a single binary, and it includes RSS feed generation. Been using it for my blog for a while.

    getzola.org

    • Ah. I was wondering where the “Hugo, but Rust” was.

      I love these rewrites in other languages. They often learn from, and improve on, their predecessors in a way that having to maintain backwards compatability doesn’t allow.