mirror of
https://github.com/datarhei/restreamer.git
synced 2025-12-11 22:14:02 +01:00
26 lines
349 B
Ruby
26 lines
349 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Jekyll
|
|
gem "jekyll"
|
|
gem "jekyll-coffeescript"
|
|
gem "jekyll-sass-converter"
|
|
|
|
# Converters
|
|
gem "kramdown"
|
|
gem "maruku"
|
|
gem "rdiscount"
|
|
gem "redcarpet"
|
|
gem "RedCloth"
|
|
|
|
# Liquid
|
|
gem "liquid"
|
|
|
|
# Highlighters
|
|
gem "pygments.rb"
|
|
|
|
# Plugins
|
|
#gem "jemoji"
|
|
#gem "jekyll-mentions"
|
|
gem "jekyll-redirect-from"
|
|
gem "jekyll-sitemap"
|