content | ||
themes | ||
_nb_header.html | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
pelicanconf.py | ||
publishconf.py | ||
README.md |
blog
install
git clone git@github.com:xsteadfastx/blog.git
cd blog && virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip install pelican markdown ghp-import shovel
upgrade
pip install --upgrade pelican markdown ghp-import shovel
write
- put the markdown files in "content/posts"
- test it with
make html && make serve
- upload it to github with
make github