Ask HN: Best static site generator for a docs site in 2026?
I'm looking for recommendations for a static site generator to rebuild our documentation site in 2026.
1. Markdown support 2. Fast build (<60s) 3. Search without JS 4. Deploy on GitHub Pages
Budget: $0
15 comments
[ 2.5 ms ] story [ 42.2 ms ] threadIt's been super easy and I host it free on CF pages:
[1]https://hugo-book-demo.netlify.app/docs/example/ [2]https://docs.formbeep.com
It generates static pages using only HTML and CSS, which makes it blazing fast. It can also handle jQuery and JavaScript very smoothly.
[1] https://lume.land
Or maybe another option would be to outsource the search part to "site:yourdomain" on google or something similar.
The whole site can be configured in the astro.config.js file and the rest is markdown.
If you want an example you can look at sst.dev and their github repo at https://github.com/anomalyco/sst/tree/dev/www
I have no idea about speed. Markdown support sure, I use HAML as well. There are search plugins but you can use any a publicly available search engine (Google, DuckDuckGo, etc) for that if you want to avoid JS or backend DBs.