Setting up Pelican to Automatically Deploy to GitHub Pages
Posted on Mon 11 September 2017 in Technology • Tagged with Pelican, Travis CI, GitHub, GitHub Pages • 3 min read
I recently converted my site from WordPress to a statically generated Pelican site hosted on GitHub Pages. One of the most difficult parts of the transition was setting it up to automatically deploy to GitHub Pages. In this article, I will describe how I set this up.
Overview
I am …
Continue reading