Go to file
2015-04-13 16:16:30 +02:00
content big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
pelican-plugins@f0be424ed2 big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
themes big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +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 big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
pelicanconf.py big import of my main blog to this one. still not 100% ready 2015-04-13 16:16: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-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