How to Deploy and Manage a Pelican Blog

Pelican is a popular open source static site generator written in Python. It allows you to convert markdown or reST formatted content into HTML pages using Jinja templates. Pelican is great for creating blogs, documentation sites, and simple websites. In this guide, I’ll walk through how to install Pelican, create and manage content, generate your site, and deploy it.

Continue reading