Ask HN: What's a good static site generator to use for a blog in 2018?
21–30 of 129 posts
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#22I use it for a simple, mostly text, blog (https://kar.ai).
I also use it for an image-heavy company site (https://www.stonelandinc.com).
I also use it for 20+ other sites for clients.
It's undergoing heavy development, so that may be a pro or con, depending.
e.g. Recently they added image processing [0]. This eliminates a python script I was using for the same purpose. It's much faster as well, which matters when regenerating ~1k images.
Down side, documentation & community is still catching up on the newer features.
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#23What is all the recent trend for static site generators about ? What happened non-static sites ?
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#24After you’ve put a dozen or so posts together you’ll have a better feel for what your needs are and you can then migrate your posts to the new platform of your choice - you can even write a blog post about it :-)
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#25What is all the recent trend for static site generators about ? What happened non-static sites ?
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#26Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#27Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#28This 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…
The fact that you mention it has a content-editor indicates you're not using it in a static fashion.
(Correction, I hadn't realised you could use it in a static way... I last touched WordPress back in the dark ages!)
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#29What is all the recent trend for static site generators about ? What happened non-static sites ?
Security is a lot easier to reason about on a static site. Especially if you're leaving the server security up to, say Amazon and hosting off of S3 or a CDN.
Re: Ask HN: What's a good static site generator to use for a blog in 2018?
#30This 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…
its not static tho, which invalidates it from this list. The fact that you mention it has a content-editor indicates you're not using it in a static fashion. (Correction, I hadn't realised you could use it in a static way... I last touched WordPress back in the dark ages!)