Jekyll on Windows

Jul 20, 2013 at 12:00

Getting Jekyll working on Windows was relatively straight forward:

  • Install ruby
  • Install the devkit
  • gem install jekyll

Then, downgrade pygments as 0.5.1 doesn’t work properly.

And that’s it.