Pelican is a static site generator written in Python.
In this blog post, you'll learn how to create your first Pelican site and how to style it using a custom theme. This tutorial assumes you have a good grasp on HTML, CSS, and basic command line input. Familiarity with the Jinja2 templating engine is not required but nice to have.
Despite being written in Python, Pelican only forces you to interact with Python via its config file - so aside from using pip
and setting up a proper venv
(which we'll cover in this tutorial), you don't really have to know …