This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-23 22:23:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
542906a29b
nixpkgs
/
pkgs
/
applications
/
misc
/
jekyll
/
Gemfile
7 lines
87 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Jekyll
2015-05-16 17:26:07 +00:00
source
"
https://rubygems.org
"
gem
'jekyll'
gem
'rdiscount'
jekyll: add RedCloth dependency for textile support This allows jekyll to be used with textile markup
2015-09-27 20:47:09 +00:00
gem
'RedCloth'
jekyll: added rouge for highlighting.
2016-01-08 03:32:06 +00:00
gem
'rouge'
Reference in New Issue
Copy Permalink