Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaadmy/ambergen
https://github.com/kaadmy/ambergen
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaadmy/ambergen
- Owner: kaadmy
- License: mit
- Created: 2021-02-05T21:53:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T20:21:43.000Z (almost 4 years ago)
- Last Synced: 2024-11-01T10:24:57.320Z (2 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.