This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathindex.html
95 lines (94 loc) · 3.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
layout: default
title: Home
---
<h1 class="post-title">Introduction</h1>
<p><a href="http://jekyllrb.com">Jekyll</a>, a simple, blog-aware, static site generator, is very easy to set up on Mac OS X or Linux. On Windows, not so much. This site is here to help.</p>
<p>Please note: Using Jekyll on Windows is not officially supported by the Jekyll team. And while this guide is featured on <a href="http://jekyllrb.com/docs/windows/">the Jekyll website</a>, it remains unofficial.</p>
<p>Click the big button below to get started and go through the installation process step by step or select a specific step from the sidebar on the left.</p>
<a href="{{ site.baseurl }}1-ruby-and-devkit" class="button-monster">Get started »</a>
<h2 id="versions">Versions</h2>
<p>If you follow this guide step by step, you'll end up with the following software versions. These have been tested and work with Jekyll on Windows.</p>
<p>Versions that have been successfully tested in the past are also listed in the third column. It is generally encouraged to keep your Gems updated (up to the versions indicated below) by regularly running <code>gem update && gem cleanup</code>.</p>
<table>
<thead>
<tr>
<th width="50%">Software (package)</th>
<th width="20%">Version</th>
<th>Also tested</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ruby</td>
<td>2.0.0p576</td>
<td>2.0.0p481</td>
</tr>
<tr>
<td>Jekyll</td>
<td>2.5.1</td>
<td>2.4.0 2.3.0 2.2.0 2.1.1 2.1.0</td>
</tr>
<tr>
<td>listen</td>
<td>2.7.11</td>
<td>N/A</td>
</tr>
<tr>
<td>wdm</td>
<td>0.1.0</td>
<td>N/A</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="3">If you use Pygments for syntax highlighting:</th>
</tr>
</thead>
<tbody>
<tr>
<td width="50%">pygments.rb</td>
<td width="20%">0.6.0</td>
<td>N/A</td>
</tr>
<tr>
<td>Python</td>
<td>2.7.8</td>
<td>N/A</td>
</tr>
<tr>
<td>pip</td>
<td>1.5.6</td>
<td>N/A</td>
</tr>
<tr>
<td>setuptools</td>
<td>5.4.1</td>
<td>N/A</td>
</tr>
<tr>
<td>Pygments</td>
<td>1.6</td>
<td>N/A</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="3">If you use Rouge for syntax highlighting:</th>
</tr>
</thead>
<tbody>
<tr>
<td width="50%">Rouge</td>
<td width="20%">1.7.3</td>
<td>1.7.2 1.6.2 1.6.1 1.5.1 1.4.0</td>
</tr>
</tbody>
</table>
<h2>Portable Jekyll</h2>
<p><a href="https://github.com/madhur" target="_blank">@madhur</a> has created <a href="https://github.com/madhur/PortableJekyll" target="_blank">Portable Jekyll</a>. Refer to the project's documentation for more information on how to install and use it. Please note that Portable Jekyll may not always be up to date with the latest version of Jekyll out of the box.</p>
<p class="footer">Copyright © {{ site.time | date: '%Y' }} {{ site.author.name }}, licensed under <a href="https://github.com/juthilo/run-jekyll-on-windows/blob/gh-pages/LICENSE" target="_blank">CC-BY-3.0</a>.