Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaadmy/ambergen


https://github.com/kaadmy/ambergen

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.