This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-14 16:46:09 +00:00
Code
Issues
Wiki
Activity
a413b8fde1
nixpkgs
/
pkgs
/
applications
/
misc
/
jekyll
/
Gemfile
6 lines
75 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Jekyll
2015-05-16 18:26:07 +01: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 21:47:09 +01:00
gem
'RedCloth'
Copy permalink