Repository: incubator-systemml
Updated Branches:
  refs/heads/master fbaa2716a -> b280b7bc9


Update syntax highlighter to rouge for GitHub pages Jekyll 3

Closes #72.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/b280b7bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/b280b7bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/b280b7bc

Branch: refs/heads/master
Commit: b280b7bc9e653b9dff60f4fcdd0866f1b282c6c7
Parents: fbaa271
Author: Deron Eriksson <[email protected]>
Authored: Thu Feb 18 10:29:29 2016 -0800
Committer: Deron Eriksson <[email protected]>
Committed: Thu Feb 18 10:29:29 2016 -0800

----------------------------------------------------------------------
 docs/Gemfile     | 3 +--
 docs/_config.yml | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/b280b7bc/docs/Gemfile
----------------------------------------------------------------------
diff --git a/docs/Gemfile b/docs/Gemfile
index 46c7b64..b5d5550 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,4 +1,3 @@
 source "https://rubygems.org";
 gem "jekyll"
-gem "jekyll-redirect-from"
-gem "pygments.rb"
+gem "rouge"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/b280b7bc/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 5cb9e6d..d990ee2 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,5 @@
-highlighter: pygments
+highlighter: rouge
 markdown: kramdown
-gems:
-  - jekyll-redirect-from
 
 # For some reason kramdown seems to behave differently on different
 # OS/packages wrt encoding. So we hard code this config.

Reply via email to