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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where are the good static site themes

10 点作者 brkumar超过 4 年前
One of the impressive things about WordPress is the ecosystem of high-quality templates like Elemetor, Divi, and Oxygen that have democratized website building to non-developers. Given the issues of security and performance, we would like to avoid WordPress.<p>I am unable to find a similar vibrancy of themes for static sites. Forestry.io showcases (https:&#x2F;&#x2F;forestry.io&#x2F;showcase&#x2F;), some beautiful websites as examples of what can be done. However, I cannot find themes that can be picked up and built like the showcased examples, without hand-coding or going through an agency to create similar high-quality static sites. For example, JAMstack themes (https:&#x2F;&#x2F;jamstackthemes.dev&#x2F;) has some templates, but most of them lack quality and finesse.<p>Any help on where one can find good quality static site templates?

5 条评论

cpach超过 4 年前
What’s your use case?<p>For a personal site it might be worth it to create your own layout.<p>For a commercial site, maybe hire someone to fix a theme for you?<p>Otherwise ThemeForest might have something decent, <a href="https:&#x2F;&#x2F;themeforest.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;themeforest.net&#x2F;</a>
评论 #24619696 未加载
jeromescuggs超过 4 年前
unfortunately there isn&#x27;t an easy answer here, but you could always check out individual static site projects and peruse their available themes - hugo&#x27;s gallery is pretty decent<p>echoing the other comment: with the caveat that i&#x27;ve always had a basic familiarity with css&#x2F;html, i wound up throwing everything out and just building my own theme up from scratch. the real headscratcher is figuring out the whole grid&#x2F;flexbox div positioning stuff, but from there it&#x27;s not super tough to look at website source code for ideas, and&#x2F;or google around.<p>it kinda seems like you&#x27;re shooting for a solution in which you&#x27;ll find exactly what you&#x27;re looking for without having to pay a designer or even put in some time on google. in my opinion, learning css was far easier than learning how to properly maintain a static site - so it kinda threw me for a loop. on top of that i&#x27;m not really sure what you mean by &#x27;quality&#x27; and &#x27;finesse&#x27;, except that from all possible existing designs, i can safely exclude &#x27;most of the ones of jamstackthemes.dev&#x27;
LarryMade2超过 4 年前
CSS Zen Garden has some good ideas - some are older and not responsive though - <a href="http:&#x2F;&#x2F;www.csszengarden.com" rel="nofollow">http:&#x2F;&#x2F;www.csszengarden.com</a>
ajawee超过 4 年前
You can try <a href="https:&#x2F;&#x2F;cruip.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cruip.com&#x2F;</a>
slmjkdbtl超过 4 年前
if it&#x27;s a personal &#x2F; portfolio type site check out cargo&#x27;s site-in-use <a href="https:&#x2F;&#x2F;cargo.site&#x2F;In-Use" rel="nofollow">https:&#x2F;&#x2F;cargo.site&#x2F;In-Use</a> for inspiration