# List of Static Web Generator

## List of List

* [Staticgen](https://www.staticgen.com/)
* [Booktree Alternatives](https://booktree.github.io/alternatives/)

## Fast Static Site Generator

* [hugo](https://github.com/gohugoio/hugo) (Apache 2.0)
* [hugonews](https://github.com/spaghettiwews/hugonews) (GPL 2.0), HN-like with Hugo ([demo](https://themes.gohugo.io/theme/hugonews/))
* [zola](https://github.com/getzola/zola) (MIT) : A fast static site generator in a single binary with everything built-in.
* [Publii](https://github.com/GetPublii/Publii) (GPL 3.0) : Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
* [Susty](https://github.com/jacklenox/susty) (GPL 2.0) : A tiny WordPress theme focused on being as sustainable as possible. Just 6 KB of data transfer.
* [Docsy](https://www.docsy.dev/) Hugo
  * [Examples - Docsy](https://www.docsy.dev/docs/examples/)
* [Cloudflare Pages](https://developers.cloudflare.com/pages/)
* [Static Generator Comparison](https://css-tricks.com/comparing-static-site-generator-build-times/)
* [SSG Comparison](https://www.ionos.com/digitalguide/websites/website-creation/the-best-static-site-generators/)
* [Vercel](https://vercel.com/templates)

## Static Site Client Side Rendering

* MDWiki : javascript
* VNote : javascript
* [Grav](https://getgrav.org/) : PHP
* Bludit

## Static Site with PHP

* [Jigsaw](https://jigsaw.tighten.co/)

## Jekyll Theme

* [Home - Just the Docs](https://just-the-docs.github.io/just-the-docs/)
* [Docsy Jekyll Theme](https://vsoch.github.io/docsy-jekyll/)

## Hugo Theme

* [nodejh/hugo-theme-mini: A fast, minimalist and responsive hugo theme for bloggers.](https://github.com/nodejh/hugo-theme-mini)
* [dillonzq/LoveIt: ❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题](https://github.com/dillonzq/LoveIt)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/webdev/static-web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
