TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Wintersmith – a flexible static site generator

63 点作者 rwinn将近 12 年前

10 条评论

stevekemp将近 12 年前
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 未加载
mseebach将近 12 年前
<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 未加载
skrebbel将近 12 年前
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 未加载
gnur将近 12 年前
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 未加载
jaredhanson将近 12 年前
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.
jenius将近 12 年前
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 未加载
sehrope将近 12 年前
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.
bernardlunn将近 12 年前
Who wants a static site these days?
评论 #5774961 未加载
评论 #5774965 未加载
评论 #5774939 未加载
评论 #5774957 未加载
评论 #5775299 未加载
Schiphol将近 12 年前
What flavour of markdown is this? Can I use pandoc's markdown with a little tinkering?
评论 #5774951 未加载
tobeportable将近 12 年前
gfm md &#62; plain md
评论 #5774758 未加载