Installing Jekyll on Windows is trivially easy if you already have
Chocolatey on your machine.
Run the following PowerShell one-liner and you’ll be set up in no time!
cup python; cup ruby1.9; cup ruby.devkit.ruby193; gem install jekyll; gem install wdm; gem uninstall pygments.rb; gem install pygments.rb --version "=0.5.0"
Now you just need to learn Jekyll by starting here:
http://jekyllrb.com/docs/usage/.
Bear in mind that there are
some issues with Jekyll on Windows because it is not an officially supported platform.
No comments:
Post a Comment