<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>notes from /dev/null - Pelican</title><link href="http://yummymelon.com/devnull/" rel="alternate"/><link href="http://yummymelon.com/devnull/feeds/tags/pelican.atom.xml" rel="self"/><id>http://yummymelon.com/devnull/</id><updated>2013-04-28T16:49:00-07:00</updated><entry><title>Static Blog Generation: 9 Weeks In</title><link href="http://yummymelon.com/devnull/static-blog-generation-9-weeks-in.html" rel="alternate"/><published>2013-04-28T16:49:00-07:00</published><updated>2013-04-28T16:49:00-07:00</updated><author><name>Charles Choi</name></author><id>tag:yummymelon.com,2013-04-28:/devnull/static-blog-generation-9-weeks-in.html</id><summary type="html">&lt;p&gt;Thoughts after 9 weeks of using Pelican to statically generate a blog.&lt;/p&gt;</summary><content type="html">&lt;p&gt;9 weeks in using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt; to generate my blog and so far I dig it: I've been able to write more and write better with it.&lt;/p&gt;
&lt;p&gt;Thinking about why, the reasons come down to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Being able to define and automate your own workflows.&lt;/li&gt;
&lt;li&gt;Being able to use Markdown to format your source files.&lt;/li&gt;
&lt;li&gt;Easy customization (especially if you have a background in Python, templating and web development).&lt;/li&gt;
&lt;li&gt;Using source code control (git in my case) to manage/sanity check what you post.&lt;/li&gt;
&lt;li&gt;It's fast. Having worked with Python web frameworks like Zope (and Plone later on), TurboGears, and Django, it's easy to get stuff initially up and running but the price you pay is slow run-time performance, especially for content that doesn't need to be dynamic in the first place. Not all content needs to be stashed in a database.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Static blog generation with a tool like Pelican is not for everybody: you really need to be comfortable with working like a software developer. But if you're already there then you'll likely find yourself pleased with it.&lt;/p&gt;</content><category term="misc"/><category term="Software"/><category term="Blog"/><category term="Pelican"/></entry></feed>