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.

Wintersmith – a flexible static site generator

63 pointsby rwinnalmost 12 years ago

10 comments

stevekempalmost 12 years ago
I've updated my mini-review of static-site generators to include it:<p><a href="https://github.com/skx/static-site-generators" rel="nofollow">https://github.com/skx/static-site-generators</a><p>Early testing looks good, but like so many existing tools it mishandles symbolic links.
评论 #5774886 未加载
评论 #5775779 未加载
评论 #5774893 未加载
评论 #5776498 未加载
评论 #5775721 未加载
评论 #5775302 未加载
评论 #5776200 未加载
评论 #5776222 未加载
评论 #5775700 未加载
评论 #5775303 未加载
mseebachalmost 12 years ago
<i>"Write rich web applications using the latest technologies without having to host your own node.js servers [...] No matter what plugins you use, the output will always be a static website you can host anywhere."</i><p>I don't think that's a very common definition of "rich web application".
评论 #5774925 未加载
评论 #5775112 未加载
skrebbelalmost 12 years ago
I know that this makes me look like a grumpy old man, but is there anyone left who <i>didn't</i> write a static site generator yet?
评论 #5775146 未加载
评论 #5779042 未加载
评论 #5775217 未加载
评论 #5776178 未加载
评论 #5774972 未加载
评论 #5776816 未加载
评论 #5775936 未加载
gnuralmost 12 years ago
I got scared when it said node.js, then I saw it was only using node.js for the customization part, not the hosting part and I got relieved. I really think they should emphasize that you can use your own web-server, using node.js to host a static site just doesn't make sense.
评论 #5774816 未加载
评论 #5774792 未加载
jaredhansonalmost 12 years ago
It seems like just about everyone's written a static site generator. Mine is Kerouac (<a href="https://github.com/jaredhanson/kerouac" rel="nofollow">https://github.com/jaredhanson/kerouac</a>), another Node.js-based generator.<p>I specifically wanted to apply the middleware concept to generating pages, which turned out to be a decent fit. It ends up being a very similar API to Express, so its instantly familiar to Node.js developers. Check it out.
jeniusalmost 12 years ago
Really like this little framework, was just checking it out a week ago. To the author or anyone else interested, I'm making a little tool that does something very similar (<a href="http://roots.cx" rel="nofollow">http://roots.cx</a>) and am aggressively adding functionality in order to make almost anything feasible to build as a static site.<p>Would love to talk about this stuff any time!
评论 #5775431 未加载
sehropealmost 12 years ago
Anyone else find it funny that a language originally designed to add <i>dynamic</i> content to the <i>client</i> side is being used to generate <i>static</i> content on the <i>server</i> side?<p>Makes sense to me though ... It's a natural fit for a front end dev who knows HTML/CSS/JS and also a good way to learn proper templating.
bernardlunnalmost 12 years ago
Who wants a static site these days?
评论 #5774961 未加载
评论 #5774965 未加载
评论 #5774939 未加载
评论 #5774957 未加载
评论 #5775299 未加载
Schipholalmost 12 years ago
What flavour of markdown is this? Can I use pandoc's markdown with a little tinkering?
评论 #5774951 未加载
tobeportablealmost 12 years ago
gfm md &#62; plain md
评论 #5774758 未加载