After a brief stop, decided to continue with blogging again with pelican.
This is how to do it.
Create an account in Github pages. Just create the repo. Don't follow the other steps.
Install pelican. I have used pip.
pip install pelican
Use the pelican-quickstart command to insert default settings. This will ask for some questions. Answer them.
Edit the contents of pelicanconf.py to add some more contents
Use the make file to push the contents to Github.
make github
Comments !