Ambergen is a very minimal static site generator written in Python.
It also has its own markup language for text formatting, similar to Markdown.
This section is mostly just a placeholder.
The source directory tree structure is as follows:
assets/
images/
...
scripts/
...
style/
main.css
...
content/
index.am
404.am
...
templates/
index.html
404.html
...
And the build directory tree is as follows:
public/
[assets]
index.html
404.html
about.html
See LICENSE for more information.