Some beginning collection for Windows users.
Leaving the office so it's a bit unkempt.
This commit is contained in:
parent
435d0bc4ab
commit
12fcdd9bfa
|
@ -30,7 +30,8 @@ relies on.
|
||||||
<p>
|
<p>
|
||||||
If you use UTF-8 encoding, make sure that no <code>BOM</code> header
|
If you use UTF-8 encoding, make sure that no <code>BOM</code> header
|
||||||
characters exist in your files or very, very bad things will happen to
|
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.
|
Jekyll. This is especially relevant if you’re running
|
||||||
|
<a href="../windows/">Jekyll on Windows</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,9 @@ you’ll need to make sure your system has before you start.
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
<h5>Running Jekyll on Windows</h5>
|
<h5>Running Jekyll on Windows</h5>
|
||||||
<p>
|
<p>
|
||||||
It is possible to get
|
While Windows is not officially supported, it is possible to get it running
|
||||||
<a href="http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html">
|
on Windows. Special instructions can be found on our
|
||||||
Jekyll running on Windows</a>, but the official documentation does not
|
<a href="../windows/#installation">Windows-specific docs page</a>.
|
||||||
support installation on Windows platforms.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
title: Jekyll on Windows
|
||||||
|
prev_section: configuration
|
||||||
|
next_section: posts
|
||||||
|
permalink: /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][windows-installation] and it seems to work for most.
|
||||||
|
|
||||||
|
## Encoding
|
||||||
|
|
||||||
|
If you use UTF-8 encoding, make sure that no <code>BOM</code> 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.
|
||||||
|
|
||||||
|
[windows-installation]: http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html
|
Loading…
Reference in New Issue