changeset 9:271bed1181df

New blog post on rebooting blog with Pelican.
author Brian Neal <bgneal@gmail.com>
date Sat, 01 Feb 2014 14:29:54 -0600
parents e29fd75628d6
children 6c03ca07a16d
files content/Coding/028-blog-reboot-pelican.rst
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/Coding/028-blog-reboot-pelican.rst	Sat Feb 01 14:29:54 2014 -0600
@@ -0,0 +1,30 @@
+Blog Reboot with Pelican
+########################
+
+:date: 2014-02-01 14:30
+:tags: Blogging, Pelican, Blogophile
+:slug: blog-reboot-with-pelican
+:author: Brian Neal
+
+I've rebooted my blog with Pelican_! I've been wanting to refresh the look of
+my blog for some time. Blogofile_ has been very good to me, but there seems to
+be more activity in the Pelican world, including lots of nice themes. So I took
+a few evenings and played around with Pelican. After seeing how configurable it
+is and that I could easily keep the existing URLs (at least the important ones)
+from my Blogofile blog I decided to convert.
+
+I wrote a script to convert my posts to the format Pelican expected. This was
+quite easy as they both accept reStructuredText_ and mostly involved updating
+the metadata that appears at the top of each post. I found the cool `Pelican
+Bootstrap 3 theme`_ by Daan Debie.  I even submitted a pull request for it to
+update how it does pagination. This was my first pull request on GitHub!
+Achievement unlocked!
+
+I look forward to writing some more blog posts with this platform. I plan on
+updating the Fabric_ file with a command to produce a skeleton post template.
+
+.. _Pelican: http://blog.getpelican.com/
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Blogofile: http://www.blogofile.com/
+.. _Pelican Bootstrap 3 theme: https://github.com/DandyDev/pelican-bootstrap3
+.. _Fabric: http://docs.fabfile.org/en/1.8/