# HG changeset patch # User Tero Koskinen # Date 1325098165 18000 # Node ID 79f358df38316df7f7389b19b6e409bf99771c7f # Parent c13343ce0a19055a75a5b178951892fa09dc02ce Add two new entries and tweak config a little. diff -r c13343ce0a19055a75a5b178951892fa09dc02ce -r 79f358df38316df7f7389b19b6e409bf99771c7f christmaspaeae.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/christmaspaeae.rst Wed Dec 28 13:49:25 2011 -0500 @@ -0,0 +1,15 @@ +Nice Christmas Present from Paeae +################################# + +:date: 2011-12-13 23:40 +:tags: christmas, paeae + +I recently ordered some Arduino and electronics stuff from Finnish Arduino +store called Paeae. The delivery was smooth and fast as usual, but in +addition they had put there a nice little Christmas present for me, +a small green breadboard (resistor was not included): + +.. image:: http://farm8.staticflickr.com/7025/6506718435_656d5bab92_m.jpg + :target: http://www.flickr.com/photos/66708330@N00/6506718435/ + +Thanks! diff -r c13343ce0a19055a75a5b178951892fa09dc02ce -r 79f358df38316df7f7389b19b6e409bf99771c7f pelican.conf.py --- a/pelican.conf.py Tue Dec 13 17:01:13 2011 -0500 +++ b/pelican.conf.py Wed Dec 28 13:49:25 2011 -0500 @@ -11,6 +11,7 @@ LOCALE = "" DEFAULT_PAGINATION = 5 WITH_PAGINATION = True +THEME = "skeleton" FEED_RSS = 'feeds/all.rss.xml' CATEGORY_FEED_RSS = 'feeds/%s.rss.xml' diff -r c13343ce0a19055a75a5b178951892fa09dc02ce -r 79f358df38316df7f7389b19b6e409bf99771c7f pelicanblog.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pelicanblog.rst Wed Dec 28 13:49:25 2011 -0500 @@ -0,0 +1,17 @@ +New year coming, new blogging engine also +######################################### + +:date: 2011-12-27 21:01 +:tags: pelican + +Like `others`_, I am slowly converting all my documentation into +`reStructuredText`_. I did it earlier for `documentation`_ of Ahven +and now I changed my blog to it also. + +For blogging, I decided to use `Pelican`_, which generates static blog pages +from a set of reStructuredText files. + +.. _`others`: https://www.varnish-cache.org/docs/trunk/phk/sphinx.html +.. _`reStructuredText`: http://docutils.sourceforge.net/rst.html +.. _`documentation`: http://ahven.stronglytyped.org/api-2.1/index.html +.. _`Pelican`: https://github.com/ametaireau/pelican/