805 B
805 B
layout | title | prev_section | next_section | permalink |
---|---|---|---|---|
docs | Jekyll on Windows | configuration | posts | /docs/windows/ |
While Windows is not an officially-supported platform, it can be used to run Jekyll with the proper tweaks. This page aims to collect some of the general knowledge and lessons that have been unearthed by Windows users.
Installation
Madhur Ahuja has written up instructions to get Jekyll running on Windows and it seems to work for most.
Encoding
If you use UTF-8 encoding, make sure that no BOM
header
characters exist in your files or very, very bad things will happen to
Jekyll. This is especially relevant if you're running Jekyll on Windows.