Script parces content
folder and build /blog
and blog/{path}/
pages.
git clone
this repo andcd
to the folder with project- check if pipenv is installed, if not - you will need it
- run
pipenv install
- after creating markdown content, run
python main.py
(or whatever alias for Python you have) - static files will be stored in
build
folder
P.S. This is WIP, stay tuned.