Go to file
2015-07-24 12:37:23 +02:00
content new article 2015-07-24 12:36:18 +02:00
pelican-plugins@f8828bf0e1 new article 2015-06-23 11:51:58 +02:00
themes/xsteadfastx-greg enabled twitter cards and fixed some typos 2015-06-24 11:12:30 +02:00
_nb_header.html new post 2015-06-12 12:05:16 +02:00
.gitignore added ftp password to lftp command 2015-07-24 12:37:23 +02:00
.gitmodules new theme 2014-04-03 10:53:29 +02:00
Makefile added ftp password to lftp command 2015-07-24 12:37:23 +02:00
pelicanconf.py enabled twitter cards and fixed some typos 2015-06-24 11:12:30 +02:00
publishconf.py big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
README.md made the blog ipython ready 2014-11-18 16:10:56 +01:00
requirements.txt new pelican version 2015-06-16 11:03:00 +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 -r requirements.txt

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