pelican

Static site generator supporting Markdown and reStructuredText

brewmacoslinux
Try with needOr install directly
Source

About

Static site generator that supports Markdown and reST syntax

Commands

pelican

Examples

Initialize a new Pelican project with interactive setup$ pelican-quickstart
Generate static site from content directory$ pelican content -o output -s pelicanconf.py
Start development server with auto-reload on file changes$ pelican --listen --autoreload content