mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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 'rdiscount'
|
||||
gem 'RedCloth'
|
||||
gem 'rouge'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue