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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Your blog probably doesn’t need a static site generator

23 点作者 z0a超过 5 年前

9 条评论

scelerat超过 5 年前
If you care about your readers, your site should probably have navigation links, maybe even search and an RSS feed. So now you are talking about editing lots of things by hand or moving to some kind of automation. If you like coding HTML by hand, that&#x27;s great, do it, but there&#x27;s also nothing wrong with having some infrastructure to build navigation, indices, etc. HTML is analogous to other markup languages, such as latex or markdown, and has its strengths and weaknesses. There is nothing inherently virtuous about it.<p>Not trying to be harsh but I feel like the &quot;purist&quot; opinion presented in the article is an affect which can only be expressed about sites unburdened by the presence of or desire for readers.
评论 #21829023 未加载
JohnFen超过 5 年前
Interesting! I followed pretty much the exact same trajectory on my sites. I started a couple of decades ago with handcrafted HTML, then wrote a couple of my own CMSes, then moved to WordPress, and now I&#x27;m back to handcrafted HTML.<p>Every approach has advantages and disadvantages, but for me, for most of my sites, coming back to plain HTML has truly been a joy.
评论 #21820057 未加载
actionowl超过 5 年前
How does one handle consistent navigation though? If you make a change it sucks having to update that on every page IMHO.
评论 #21822288 未加载
评论 #21821573 未加载
评论 #21838919 未加载
type0超过 5 年前
If it is a blog though, please make sure to create XML feed (RSS or Atom), I don&#x27;t consider sites that don&#x27;t have it as blogs. Again even a simple templating language can do this, you could even run pug in cli mode and produce valid RSS feed.
评论 #21820356 未加载
combatentropy超过 5 年前
Also by the author, about the bloatedness of news sites today, <a href="https:&#x2F;&#x2F;zainamro.com&#x2F;notes&#x2F;unbearable-news" rel="nofollow">https:&#x2F;&#x2F;zainamro.com&#x2F;notes&#x2F;unbearable-news</a>
jart超过 5 年前
I like to divide tools into things that solve difficult computer science problems and ones that are just plain cool, like Jekyll. The latter category is like a drug since you can get lost having fun doing so much stuff without needing to think too deeply with all the rough mental workouts. But that usually isn&#x27;t rewarding in hindsight. It&#x27;s better to be attracted to the austere. There&#x27;s less distraction that way. Although, swearing off the shiny things doesn&#x27;t necessarily preclude having a more fabulous web design, OP ;)
vhodges超过 5 年前
Best of both worlds? <a href="https:&#x2F;&#x2F;soupault.neocities.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;soupault.neocities.org&#x2F;</a>
7532yahoogmail超过 5 年前
Bold! That some bold leadership right there!
tyzerdak超过 5 年前
Try hugo. You need to waste 1 day to build and config it, but then you can make pretty amazing stuff fast
评论 #21838250 未加载