Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 585 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 585 Bytes

Ambergen

Ambergen is a very minimal static site generator written in Python.

It also has its own markup language for text formatting, similar to Markdown.

Usage

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

License

See LICENSE for more information.