Setting Up

19 May 2012 by Yuri Prezument

I decided to set up this blog mainly as an experiment.

I might write some Python and software dev related posts sometime soon.

This blog is powered by Pelican, the posts are written in reStructuredText and it's hosted on Github Pages.

I'm keeping the source repository separate from the generated files repository. Committing to the second when it's ready to update.

Setting up:

git submodule add git@github.com:yprez/yprez.github.com.git output
pelican . --output=output --settings=settings.py

cd output
git add .
git commit -am"Set up blog"
git push