john melesky 591af9b868 another entry in the Blender saga | il y a 9 mois | |
---|---|---|
content | il y a 9 mois | |
.gitignore | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 1 an | |
pelicanconf.py | il y a 1 an | |
publishconf.py | il y a 1 an | |
tasks.py | il y a 1 an |
Yeah, yeah, some documentation.
This is written in Pelican, with a couple plugins, and uses a slightly-hacked pelican-sober
theme.
From scratch:
pip install "pelican[markdown]"
pip install pelican-render-math
pip install markdown-captions
git clone git@github.com:jmelesky/pelican-sober.git
THEME
in pelicanconf.py
in this repoFor the preview, pelican -r -l
.
Assuming you have the ssh keys set up properly:
make publish
make rsync_upload