Install Python pip package management system in Ubuntu

Posted on January 31, 2017 in tutorial, python, pip • 1 min read

pip is a package management system used to install and manage software packages written in Python.


Continue reading

Integrating Disqus Comment Section In Pelican Blog

Posted on January 30, 2017 in tutorial • 1 min read

Disqus is a worldwide blog comment hosting service for web sites and online communities that uses a networked platform.[1] And integrating Disqus comments in Pelican is straight forward and easy.


Continue reading

Building a static site and hosting in Github (part 2)

Posted on January 28, 2017 in tutorial • 3 min read

In Part 1, we just got started with our Pelican blog. In this part, we'll be hacking our blog to make it awesome.


Continue reading

Building a static site and hosting in Github (part 1)

Posted on January 28, 2017 in tutorial • 4 min read

The contents that you are seeing right now is the static website built using Pelican. This tutorial series gives you every details on how to create a static blog using pelican and host it to the github server for FREE!


Continue reading