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
Posted on Wed 19 October 2016 in Site • Tagged with pelican , python , fabric , github , site
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.
Posted on Sat 08 October 2016 in Site • Tagged with pelican , fedora , python , fabric , site
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.