Takes an input directory with Markdown, plain HTML, or Jinja templates and turns them into a nice static HTML website.
Recommended Python 3.6 or later.
In your input directory, create `.templates/
CLI:
sssg [--delete] [--files-as-dirs] [--ignore *.ignore,paths/] source destination
Code example
import sssg
sssg.process_directory("input", "output")