2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Use jekyll-sitemap instead of our custom solution.

This commit is contained in:
XhmikosR
2015-09-08 08:13:48 +03:00
parent 36e4c9bffc
commit 0113ecc6c4
4 changed files with 4 additions and 23 deletions
+1
View File
@@ -6,6 +6,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'jekyll-sitemap', '~> 0.8.1'
gem 'rouge', '~> 1.9.1'
gem 'sass', '~> 3.4.18'
gem 'scss_lint', '~> 0.41'