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: Which static site generator you use?

17 pointsby xcodingabout 8 years ago

12 comments

rwieruchabout 8 years ago
I can recommend to use Hugo [0] as a static website generator. They have plenty of themes [1] to choose from. You can still adjust it with basic knowledge in HTML&#x2F;CSS. Afterward you can chose where to host it. You can use Github Pages [2] for free or pay for a service like DigitalOcean [3]. I wrote a technical cheatsheet [4] on how to setup your own website with these ingredients.<p>- [0] <a href="https:&#x2F;&#x2F;gohugo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;</a><p>- [1] <a href="http:&#x2F;&#x2F;themes.gohugo.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;themes.gohugo.io&#x2F;</a><p>- [2] <a href="https:&#x2F;&#x2F;pages.github.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pages.github.com&#x2F;</a><p>- [3] <a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;</a><p>- [4] <a href="http:&#x2F;&#x2F;www.robinwieruch.de&#x2F;own-website-in-five-days&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.robinwieruch.de&#x2F;own-website-in-five-days&#x2F;</a>
评论 #14209423 未加载
geraldbauerabout 8 years ago
It all depends e.g. what&#x27;s your favorite (scripting) language? what&#x27;s your favorite template (language)? what&#x27;s your favorite configuration format &#x2F; language? and so on. I&#x27;ve put together a stay static showcase - that shows the same website &#x2F; sample site (w&#x2F; posts, pages, datafiles) in 10+ static website builders &#x2F; generator - see <a href="https:&#x2F;&#x2F;github.com&#x2F;staystatic&#x2F;staystatic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;staystatic&#x2F;staystatic</a> Cheers.
laktekabout 8 years ago
If you want to try something browser-based, not tied to any scripting languages - I&#x27;d like to introduce Pragma (<a href="https:&#x2F;&#x2F;pragma.build" rel="nofollow">https:&#x2F;&#x2F;pragma.build</a>). Read the intro blog post [0] and request for an invite if that sounds interesting.<p>[0] <a href="https:&#x2F;&#x2F;www.laktek.com&#x2F;2016&#x2F;11&#x2F;29&#x2F;introducing-pragma&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.laktek.com&#x2F;2016&#x2F;11&#x2F;29&#x2F;introducing-pragma&#x2F;</a>
xparadigmabout 8 years ago
Used Jekyll (<a href="https:&#x2F;&#x2F;jekyllrb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jekyllrb.com&#x2F;</a>) for a while. But now Hugo (<a href="https:&#x2F;&#x2F;gohugo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;</a>).
评论 #14208561 未加载
gls2roabout 8 years ago
I use Jekyll for most static sites where I present information (most of them are internal websites for specific projects inside companies) And I use middleman when I want a little bit more custom things to happen.
stevenhubertronabout 8 years ago
Jekyll and Middleman both on larger scale production sites.
rurbanabout 8 years ago
Since my favorite scripting languages produced nothing of value in the last decade I started using hugo and don&#x27;t care patching it. It just works.
Davidbrczabout 8 years ago
Hugo : <a href="https:&#x2F;&#x2F;gohugo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;</a>
jbreckmckyeabout 8 years ago
Octopress, because it handles code formatting particularly well.
amiroucheabout 8 years ago
MyOwnStaticBlogGenerator
probinsoabout 8 years ago
pelican, it supports jupyter notebooks
评论 #14192005 未加载
perfmodeabout 8 years ago
Middleman