TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What static site generator would you use?

3 pointsby rudimkabout 12 years ago
I have this Wordpress site - don't intend to start (yet another) flame war, but I'd really like to make a change. I've used Jekyll before, and lately, checked out Octopress, as well as Python-based static site tools like Hyde and Pelican.<p>What would you recommend?

3 comments

stevekempabout 12 years ago
There's a brief review of available options here:<p><pre><code> https://github.com/skx/static-site-generators </code></pre> In conclusion most of them rock, but so many of them have problems with symlinks. I use templer:<p><pre><code> https://github.com/skx/templer </code></pre> Largely it will come down to whether you're building "a site", or "a blog". The two are slightly different.
anonfunctionabout 12 years ago
I finally just got into Jekyll to build a quick lesson based website and I'm really impressed. So far my only gripe is that gh-pages doesn't allow plugins, but it's easy to generate the site locally and only push _site so not even a big deal.
评论 #5573983 未加载
alexgaribayabout 12 years ago
I switched from WP to Octopress. It's pretty easy to use and manage.