How Pelican: Part 2

With Pelican installed and configured the final couple of tasks are sorting out the design and posting content to your site. Thankfully Pelican makes both of these really easy. Themes are handled by the excellent Pelican Themes git repository and submitting content is as simple as write, build and push. Write a post in Markdown. Tell pelican to build your site, and then push it to your web server.

more ...

How Pelican: Part 1

I've posted on why I picked Pelican as a static blog generator but now I'm going to get into the nuts and bolts of how to use it. It does require you not be afraid to edit configuration files, and a little knowledge of Python and markup languages will go a long way. You will also need a webserver, but if you just want to get your feet wet, there are plenty of free hosting providers you can try out before you fork out for hosting. However if you want to use Pelican hopefully this will be a good introduction.

more ...

Why Pelican

Up until this one, all the other post have were written before I had a live site. That's because I was umm'ing and arr'ing on what platform and more, specifically what type of platform I'd build it in. I finally settled on a static blogging platform called Pelican. Pelican is a static site generator written in Python. Static site generator's are becoming popular amongst tech bloggers for the advantages they give to those looking to write a small personal page.

more ...