How I made this blog using Pelican - Part 1
Description: This post is the first part of "How I made this blog using Pelican".
Pelican allows you to create a static blog. Most blog sites on the web are dynamic in the sense that the content of the site live in a database. In order to view a post on a blog, the server has to query the database, get the right content and ...