Move blog to github and automate deploying with git hooks
In this post we will describe how to move your blog to github and automate git hooks tho update gh-pages branch on commits
more ...In this post we will describe how to move your blog to github and automate git hooks tho update gh-pages branch on commits
more ...The standard theme that comes with Pelican has one huge disadvantage: it does not display properly on mobile devices.
more ...We will use BitBucket for the task of hosting a small static website. The service is free and I already use BitBucket repositories to store the source code for my software projects so the workflow comes naturally.
more ...Building your own static website has several advantages over a traditional website that uses a database to store content. Static websites are faster because pages are rendered in advance and deliver the same content to all visitors. They are cheaper to host and are more secure since the website has no database.
more ...