Skip to content

This is a static website generator written in Python

License

Notifications You must be signed in to change notification settings

ccodreanu/generatore

Repository files navigation

Generatore - A static site generator.

Actions Status

This is a static website generator written in Python based on Markdown and Jinja2

Install with pip3 install -r requirements.txt, make and make install.

Usage:

usage: generatore [-h] [--build] [--listen] [--serve] [--create DIR]
                  [--post 'Post title']

optional arguments:
  -h, --help           show this help message and exit
  --build              build the site in the output directory
  --listen             auto-build the site inside the output directory
  --serve              generate content and start a webserver
  --create DIR         create a new site in DIR
  --post 'Post title'  create a new post with metadata

Have fun!

About

This is a static website generator written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published