Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 712 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 712 Bytes

Litesite

A little Python static site generator.

Overview

Litesite does what you expect a static site generator to do, it takes a directory of Markdown content files and renders them into a HTML website. Litesite supports nested sections, categories, and configurable URL templates.

Example Site Configuration

Litesite is used to generate epsalt.ca. For an example configuration, check out the source repo.

Installation

$ python -m pip install -e git:/epsalt/litesite.git#egg=litesite

Contributing

Contributions to code and documentation are welcome. Please create an issue to discuss significant patches.