Go to file
Marvin Steadfast 8eed02f731 changed siteurl
2014-01-28 22:47:57 +01:00
content added CNAME file and article about dropbear 2014-01-28 22:43:40 +01:00
themes/xsteadfastx fixed background color for disqus 2014-01-28 16:50:39 +01:00
.gitignore added first working version 2014-01-28 15:05:04 +01:00
pelicanconf.py changed siteurl 2014-01-28 22:47:57 +01:00
README.md added first working version 2014-01-28 15:05:04 +01:00

blog

install

sudo pip install pelican markdown ghp-import shovel

upgrade

sudo pip install --upgrade pelican markdown ghp-import shovel

write

  • put the markdown files in "content/posts"
  • create the static files with pelican -s pelicanconf.py
  • put the stuff in the ghp-pages branch with gh-import output
  • push with git push origin gh-pages

test

  • cd output
  • python -m SimpleHTTPServer 8000