john melesky 591af9b868 another entry in the Blender saga | há 9 meses atrás | |
---|---|---|
content | há 9 meses atrás | |
.gitignore | há 1 ano atrás | |
Makefile | há 1 ano atrás | |
README.md | há 1 ano atrás | |
pelicanconf.py | há 1 ano atrás | |
publishconf.py | há 1 ano atrás | |
tasks.py | há 1 ano atrás |
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