Merge pull request #12227 from mogorman/jekyll

jekyll: added rouge for highlighting.
This commit is contained in:
Oliver Charles 2016-01-08 10:08:07 +00:00
commit 7ed4dda1cd
3 changed files with 12 additions and 1 deletions

View File

@ -3,3 +3,4 @@ source "https://rubygems.org"
gem 'jekyll'
gem 'rdiscount'
gem 'RedCloth'
gem 'rouge'

View File

@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rouge (1.10.1)
RedCloth (4.2.9)
blankslate (2.1.2.4)
celluloid (0.16.0)
@ -71,6 +72,7 @@ PLATFORMS
DEPENDENCIES
RedCloth
jekyll
rouge
rdiscount
BUNDLED WITH

View File

@ -6,6 +6,13 @@
sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl";
};
};
"rouge" = {
version = "1.10.1";
source = {
type = "gem";
sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz";
};
};
"blankslate" = {
version = "2.1.2.4";
source = {
@ -95,6 +102,7 @@
dependencies = [
"classifier-reborn"
"colorator"
"rogue"
"jekyll-coffeescript"
"jekyll-gist"
"jekyll-paginate"
@ -286,4 +294,4 @@
sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf";
};
};
}
}