From 5defc4782afdd03c4f38b704862092f01c56d70f Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 15 Nov 2016 20:35:48 +0100 Subject: [PATCH] remove instructions for Jekyll 2 --- docs/_docs/windows.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index 68edd8ef..4ae1fd5e 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -16,10 +16,9 @@ A quick way to install Jekyll is to follow the [installation instructions by Dav 2. Install Ruby via Chocolatey: `choco install ruby -y` 3. Reopen a command prompt and install Jekyll: `gem install jekyll` -For a more conventional way of installing Jekyll you can follow the [installation instructions by Sverrir Sigmundarson][windows-installjekyll3]. These instructions are for newer versions of Ruby 2.2.5 and Jekyll 3. - -For instructions for older versions of Ruby 2.0.0 ([prior to 2.2][hitimes-issue]) and Jekyll 2 and older you should follow the [installation instruction by Julian Thilo][windows-installation]. +For a more conventional way of installing Jekyll you can follow this [complete guide to install Jekyll 3 on Windows by Sverrir Sigmundarson][windows-installjekyll3]. +[windows-installjekyll3]: https://labs.sverrirs.com/jekyll/ ## Encoding @@ -35,10 +34,6 @@ the site generation process. It can be done with the following command: $ chcp 65001 ``` -[windows-installation]: http://jekyll-windows.juthilo.com/ -[windows-installjekyll3]: https://labs.sverrirs.com/jekyll/ -[hitimes-issue]: https://github.com/copiousfreetime/hitimes/issues/40 - ## Auto-regeneration As of v1.3.0, Jekyll uses the `listen` gem to watch for changes when the @@ -103,7 +98,7 @@ This gem is also needed in the github-pages and to get it running on Windows x64 ```ruby source 'http://rubygems.org' -gem 'github-pages' +gem 'github-pages', group: :jekyll_plugins ``` * **Note:** We use an unsecure connection because SSL throws exceptions in the version of Ruby