Deploying Jekyll with plugins to GitHub Pages
27 March 2013… was not that easy, as I thought in my last post, because GitHub Pages do not allow any custom plugins!. So I came up with the following strategy also used by Octopress and well described from Ixti:
- First create a scecond branch called e.g. source
- and make it default at GitHub Repository.
That way you can compile locally and publish your site to the master branch, which leaves you version control under the source branch.
Ixti has also a nice implementation for publishing, so you can do $ rake publish
.