Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-10-29 20:22:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-10-29 20:22:59 +0300
commit9f774665030bc251b4c556a8602dbf808b2ee3f4 (patch)
tree60b29e69edf573c6cf45d8ed963592c762ce8aa4
parent1e7fdbc4f273f6a6d3c16b67fa178687d902cd17 (diff)
Update to Jekyll v3.0.0 and Rouge 1.10.
-rw-r--r--.gitignore3
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
3 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 74fa01a..915c39a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,9 @@ nbproject
*.komodoproject
.komodotools
+# Jekyll metadata
+docs/.jekyll-metadata
+
# Folders to ignore
node_modules
bower_components
diff --git a/.travis.yml b/.travis.yml
index ea3fce0..7c6c5b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- - travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.9" "sass:~>3.4"
+ - travis_retry gem install --no-document "jekyll:~>3.0.0" "rouge:~>1.10" "sass:~>3.4"
matrix:
fast_finish: true
diff --git a/README.md b/README.md
index 7dc9c0d..d676ed5 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
### Running documentation locally
-1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x).
* **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
3. From the root `/ratchet` directory, run `jekyll serve` in the command line.