ccodreanu / generatore

This is a static website generator written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 76.6%Language:HTML 19.1%Language:Makefile 2.5%Language:Dockerfile 1.8%