Merge pull request #12227 from mogorman/jekyll
jekyll: added rouge for highlighting.
This commit is contained in:
commit
7ed4dda1cd
@ -3,3 +3,4 @@ source "https://rubygems.org"
|
|||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
gem 'RedCloth'
|
gem 'RedCloth'
|
||||||
|
gem 'rouge'
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
rouge (1.10.1)
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
celluloid (0.16.0)
|
celluloid (0.16.0)
|
||||||
@ -71,6 +72,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
jekyll
|
jekyll
|
||||||
|
rouge
|
||||||
rdiscount
|
rdiscount
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl";
|
sha256 = "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"rouge" = {
|
||||||
|
version = "1.10.1";
|
||||||
|
source = {
|
||||||
|
type = "gem";
|
||||||
|
sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz";
|
||||||
|
};
|
||||||
|
};
|
||||||
"blankslate" = {
|
"blankslate" = {
|
||||||
version = "2.1.2.4";
|
version = "2.1.2.4";
|
||||||
source = {
|
source = {
|
||||||
@ -95,6 +102,7 @@
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"classifier-reborn"
|
"classifier-reborn"
|
||||||
"colorator"
|
"colorator"
|
||||||
|
"rogue"
|
||||||
"jekyll-coffeescript"
|
"jekyll-coffeescript"
|
||||||
"jekyll-gist"
|
"jekyll-gist"
|
||||||
"jekyll-paginate"
|
"jekyll-paginate"
|
||||||
@ -286,4 +294,4 @@
|
|||||||
sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf";
|
sha256 = "0zvvb7i1bl98k3zkdrnx9vasq0rp2cyy5n7p9804dqs4fz9xh9vf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user