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.

Ask HN: Where are the good static site themes

10 pointsby brkumarover 4 years ago
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 comments

cpachover 4 years ago
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 未加载
jeromescuggsover 4 years ago
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;
LarryMade2over 4 years ago
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>
ajaweeover 4 years ago
You can try <a href="https:&#x2F;&#x2F;cruip.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cruip.com&#x2F;</a>
slmjkdbtlover 4 years ago
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