A static site generator that prettifies the output HTML

Jinjabread is a Python-based static site generator that uses Jinja templates and is inspired by staticjinja, jekyll, and hugo. You can easily create a new site project, build sites, and preview them locally. It supports writing pages in Markdown, HTML, or text, using Jinja2 templating language, and YAML metadata in Markdown pages. The file structure is organized with specific directories for content, layouts, static media, and the output site ready for hosting. You can customize the site configurations using TOML format. Markdown pages support full YAML metadata for page content. Overall, Jinjabread offers a convenient and flexible way to generate static sites.

https://github.com/jdeanwallace/jinjabread

To top