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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A static site generator built for longevity

14 点作者 naansequitur将近 4 年前

3 条评论

naansequitur将近 4 年前
Hi HN,<p>This is an open source project I&#x27;ve worked on over weekends for a long time. The goal is to create a tool well suited for websites you expect to be around for 5 or 10+ years.<p>Would love any thoughts you have on it.<p>The reason why I decided to build this is all other (JS-based) static site generators I tried had one or of these problems:<p>- Built on an underlying framework like React, Vue, etc.<p>- Relies on complex build tools like Webpack, Babel, etc.<p>- Depends on a massive tree of modules that force constant maintenance<p>- Has interfaces, source code and documentation that cannot be understood in one sitting<p>- Requires that your site source be organized in a way that looks nothing like your output<p>- Forces a huge leap from hello world to a real world implementation<p>Thanks,<p>naansequitur<p>EDIT - List formatting
评论 #28336089 未加载
jhunter1016将近 4 年前
I love this. I have used Eleventy, Hugo, Gatsby, and Jekyll. All of them feel like overkill. I want to write my own HTML. I want to write posts (and maybe some simple pages) in markdown. And I want to be able to render a list of posts&#x2F;individuals posts. This hits all of those in a really simple package. Nice work!
评论 #28342696 未加载
gregjor将近 4 年前
Or just write HTML, save to file, done.
评论 #28337153 未加载