This is my attempt of an Article with Pelican. You can call it a blog. Basically, I had to configure pelican as follows:
ARTICLE_PATHS = ('articles',)
Then created a file under content/articles/first-post.md
with
the content:
Title: First Post
Date: 2024-11-01
... What you read went here
And that is it. Now I only need to produce content. Let's see how that goes.
I also went down the rabbithole of configuring pelican to have a nicer look. Found this blog that looked very nice Maybe at some point I will make the move to have such a nice look for this site.