This is the source code for a rudimentary custom static site generator
, made with flask, it use a markdown pattern for the blog posts, can be dynamically
generated or statically build using frozen-flask
Go to the Demo for more info
This blog use a custom contact form backend and database hosted on Deta check the serverless-form-email for more details
$ git clone https://github.com/cgmark101/blog.git
$ cd blog
$ virtualenv .venv
$ pip install -r requirements.txt
$ python main.py
For optimized build:
$ python freeze.py
The static files are in the build
folder
Add blog posts/articles in markdown sintax inside the pages folder and your done.