18 lines
418 B
Markdown
18 lines
418 B
Markdown
# How to create a static site
|
|
|
|
## Manually
|
|
|
|
A site can be created by handwriting HTML files.
|
|
|
|
## Using a static sites generator
|
|
|
|
Static sites generator are tools that generate static HTML sites from another format, usually from Markdown.
|
|
|
|
[Zola](https://www.getzola.org/)
|
|
: command line interface
|
|
|
|
[Hugo](https://gohugo.io/)
|
|
: command line interface
|
|
|
|
[Publii](https://getpublii.com/)
|
|
: desktop software using Electron
|