Pi66

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

A markdown-based static site generator built with Python. Write pages in markdown, style them with Jinja2 templates, and get a ready-to-publish website.

## Install

```bash
pip install .
# or using pipx
pipx install .

Quick start

1
2
3
merodi init my-site
cd my-site
merodi build

Open src/dest/index.html, or run merodi webview for a live preview.

Basics

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