Go to file
2014-09-29 11:46:00 +02:00
content new article 2014-09-29 11:46:00 +02:00
themes new theme 2014-04-03 10:53:29 +02:00
_nb_header.html new theme 2014-04-03 10:53:29 +02:00
.gitignore make everything a little modern and easier 2014-09-24 16:42:16 +02:00
.gitmodules new theme 2014-04-03 10:53:29 +02:00
Makefile make everything a little modern and easier 2014-09-24 16:42:16 +02:00
pelicanconf.py make everything a little modern and easier 2014-09-24 16:42:16 +02:00
publishconf.py make everything a little modern and easier 2014-09-24 16:42:16 +02:00
README.md make everything a little modern and easier 2014-09-24 16:42:16 +02:00

blog

install

  1. git clone git@github.com:xsteadfastx/blog.git
  2. cd blog && virtualenv -p /usr/bin/python3 venv
  3. source venv/bin/activate
  4. pip install pelican markdown ghp-import shovel

upgrade

pip install --upgrade pelican markdown ghp-import shovel

write

  1. put the markdown files in "content/posts"
  2. test it with make html && make serve
  3. upload it to github with make github