The Static Site Generator Generates html based files from the markdown provided
This includes functionaliy of
. Tables
. Unicode
. Emoticons
This project is in no way secure or complete this is just to understand how a basic static site generator works and how to create one using bare minimum requirements
This is divided into 2 sections
- The Content Folder is where all the markdown files can be written or edited
- The template folder is where the templating and css can be edited
to run simply use
python3 run.py
and all the files will be generated in output folder
markdown2
jinja2