jrs

home

Installing Jekyll on Windows

02 Jan 2014

Here my notes for installing Jekyll on Windows for use with GitHub Pages.

With Cygwin python installed, and its bin folder later in the PATH than the native python, Liquid gets confused about whether it can execute python2. Give in and let it do that:

cd C:\Python27
type python2.bat
@%~dp0\python.exe %*