Go to file
2015-05-05 12:22:29 +02:00
content new article 2015-05-05 12:22:29 +02:00
pelican-plugins@06b2cfd086 updaded plugins 2015-04-15 13:25:34 +02:00
themes/xsteadfastx-greg added piwik support 2015-04-21 10:43:33 +02:00
_nb_header.html big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
.gitignore big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
.gitmodules new theme 2014-04-03 10:53:29 +02:00
Makefile changed lftp command to actually sync it and not transfer it over and 2015-04-14 12:38:43 +02:00
pelicanconf.py little workaround to get syntax highlighting back in ipython notebooks 2015-04-22 12:20:49 +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-01-13 10:13:14 +01: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