Mercurial > public > pelican-blog
comparison content/Coding/028-blog-reboot-pelican.rst @ 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 | |
children |
comparison
equal
deleted
inserted
replaced
8:e29fd75628d6 | 9:271bed1181df |
---|---|
1 Blog Reboot with Pelican | |
2 ######################## | |
3 | |
4 :date: 2014-02-01 14:30 | |
5 :tags: Blogging, Pelican, Blogophile | |
6 :slug: blog-reboot-with-pelican | |
7 :author: Brian Neal | |
8 | |
9 I've rebooted my blog with Pelican_! I've been wanting to refresh the look of | |
10 my blog for some time. Blogofile_ has been very good to me, but there seems to | |
11 be more activity in the Pelican world, including lots of nice themes. So I took | |
12 a few evenings and played around with Pelican. After seeing how configurable it | |
13 is and that I could easily keep the existing URLs (at least the important ones) | |
14 from my Blogofile blog I decided to convert. | |
15 | |
16 I wrote a script to convert my posts to the format Pelican expected. This was | |
17 quite easy as they both accept reStructuredText_ and mostly involved updating | |
18 the metadata that appears at the top of each post. I found the cool `Pelican | |
19 Bootstrap 3 theme`_ by Daan Debie. I even submitted a pull request for it to | |
20 update how it does pagination. This was my first pull request on GitHub! | |
21 Achievement unlocked! | |
22 | |
23 I look forward to writing some more blog posts with this platform. I plan on | |
24 updating the Fabric_ file with a command to produce a skeleton post template. | |
25 | |
26 .. _Pelican: http://blog.getpelican.com/ | |
27 .. _reStructuredText: http://docutils.sourceforge.net/rst.html | |
28 .. _Blogofile: http://www.blogofile.com/ | |
29 .. _Pelican Bootstrap 3 theme: https://github.com/DandyDev/pelican-bootstrap3 | |
30 .. _Fabric: http://docs.fabfile.org/en/1.8/ |