2014-01-21 13:47:27 +04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gem 'jekyll', '~> 1.4.3'
|
2014-03-28 14:00:32 +04:00
|
|
|
gem 'kramdown'
|
2014-01-21 13:47:27 +04:00
|
|
|
gem 'pygments.rb', '~> 0.5.4'
|
2014-01-24 19:01:27 +04:00
|
|
|
gem 'jekyll-assets'
|
|
|
|
gem 'less'
|
|
|
|
gem 'therubyracer'
|
2014-01-24 22:19:54 +04:00
|
|
|
gem 'yui-compressor'
|
2014-02-18 18:52:18 +04:00
|
|
|
|
|
|
|
group :development do
|
|
|
|
# Automatically reload your browser when 'view' files are modified
|
|
|
|
gem 'guard-livereload'
|
|
|
|
end
|