Skip to content

cgmark101/blog

Repository files navigation

Akane-Blog

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

How to use this:

$ 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.

akane.ga

akane.ga_mobile