Live data from Hacker News

Ask HN: What's a good static site generator to use for a blog in 2018?

news.ycombinator.com

11–20 of 129 posts

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#12
post #5

This is likely to be an unpopular answer, but the best choice is probably WordPress. I just used it to generate a network of about 40 static sites because (1) it has literally thousands of beautiful, professionally-developed themes for free; (2) same goes for plugins; (3) it's easy to hack if need be; and (4) it probably has one of the easiest-to-use and most-complete content editors, capable of creating both pages a…

What’s your recommended method to make WP static? Have any of the other plugins broken for you from making WP static?

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#14
Pelican (python) and Hugo were the ones I looked at before I decided to write my own toy SSG (python) for the heck of it. If you’re looking for something simple that you can build on, with support for Markdown, Jinja2 and static pages, take a look at https://github.com/amithmathew/pyjello If somebody wants to contribute, I’m happy to accept pull requests.

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#16
What counts as "good enough" is such a subjective thing. What works for you will be some function of your needs and technical proficiency. It seems as though you don't have any specific needs, so any of the popular SSGs will be good enough for you. Pick one written in a language you already know, or pick one in a language you would like to learn. Some of the first Ruby code I wrote was a Jekyll plugin that I crudely hacked together. It worked fine. Jekyll is fast enough. Otherwise, there are plenty to choose from[0].

[0]: https://www.staticgen.com/

Re: Ask HN: What's a good static site generator to use for a blog in 2018?

#18
post #12
post #5

This is likely to be an unpopular answer, but the best choice is probably WordPress. I just used it to generate a network of about 40 static sites because (1) it has literally thousands of beautiful, professionally-developed themes for free; (2) same goes for plugins; (3) it's easy to hack if need be; and (4) it probably has one of the easiest-to-use and most-complete content editors, capable of creating both pages a…

What’s your recommended method to make WP static? Have any of the other plugins broken for you from making WP static?

I think I ended up using "WP Static HTML Output" (not sure how to make the link citations here on HN, but the URL is https://wordpress.org/plugins/static-html-output-plugin/ ) because it exports to S3, which is where I was hosting the static sites.
Post reply on HN