What blogging framework to use in 2022
I’m thinking about starting a new blog to be hosted on GitHub pages. I’ve been out of the blog game for a while and a lot of the old static site frameworks seem like they haven’t been updated in a while. What tools are other people using for their technical blogs?
Jekyll is an excellent choice, particularly if you are going to host on GitHub Pages!
+1 for hugo. Also Gatsby has some out of the box blogging solutions and also works with netlify (where you can also host github pages)
I use pandoc. My build script is under 100 lines of JS