Repository: incubator-systemml
Updated Branches:
  refs/heads/gh-pages 32ecf58fd -> f895a8914


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/f895a891
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/f895a891
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/f895a891

Branch: refs/heads/gh-pages
Commit: f895a89144a515c265f9ed5af69e8a38f2fab0fb
Parents: 32ecf58
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

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f895a891/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 46c7b64..b5d5550 100644
--- a/Gemfile
+++ b/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/f895a891/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 5cb9e6d..d990ee2 100644
--- a/_config.yml
+++ b/_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