Live data from Hacker News

Ask HN: What blogging framework to use in 2022

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: What blogging framework to use in 2022

#6

Jekyll is an excellent choice, particularly if you are going to host on GitHub Pages!

after many failed attempts trying to use Hugo, i finally gave in and am getting started with Jekyll. so far, i've been impressed with the things it offers that i didn't even know were possible, like Liquid and built-in pagination, etc. however, being used to GitHub's very limiting flavor, i was blown away by kramdown! having the ability to use HTML and CSS formatting in .md files is a game changer.

so, i guess put me down for team Jekyll :)