Skip to content

kaadmy/ambergen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages