How I did this blog with Python (and Pelican)
Posted on Thu 29 October 2020 in Python • Tagged with Python, Website, pelican
I'm going to show you how to create a blog similar to this one using Python with low to zero knowledge of front end scripting languages.
First of all, this blog is "static", which means that there is no live database behind it -making it very easy to maintain!
I'm …
Continue reading