merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi
README.md
1 2 3 4 5 6 7 8 9 10 | |
Quick start
1 2 3 | |
Open src/dest/index.html, or run merodi webview for a live preview.
Basics
- Pages are written in Markdown under
src/md/ - Templates use Jinja2 and live in
src/templates/ - Static assets go in
src/static/ - Project settings live in
config.toml - Custom functions can be added in
src/plugins.pyand used directly in templates
Status
Merodi is still under active development (pre-1.0.0). Commands, config, and template behavior may change. Full documentation will be published once the project reaches 1.0.0. ```