Publishing a Pelican site to GitHub Pages using Fabric

Posted on Wed 19 October 2016 in Site • Tagged with pelican, python, fabric, github, siteLeave a comment

In the previous blog post we looked at setting up a Pelican site with Python 3 and Fabric on Fedora 24.

Now that we have a Pelican site up and running, I will show you how to publish it on GitHub Pages using a sleek Fabric task.

Continue reading

Setting up a Pelican site with Python 3 and Fabric on Fedora 24

Posted on Sat 08 October 2016 in Site • Tagged with pelican, fedora, python, fabric, siteLeave a comment

According to StaticGen, Pelican is the most popular static site generator written in Python. As of Oct 10, 2016 it has 6168 stars on GitHub.

In this blog post, I'll show you how to create your own Pelican site, track it in a git repository, use Fabric to administer it, change site's default theme and finally, create a Hello World blog post.

Continue reading

Hello, World!

Posted on Thu 06 October 2016 in SiteLeave a comment

I finally made a personal web site with Pelican and Alexandre Vicenzi's great Flex theme :)!

Stay tuned for a follow-up blog post, where I'll describe how to setup a Pelican site like this.

Continue reading