Config - Add jekyll-theme-slate

This commit is contained in:
thephez 2018-12-27 13:51:37 -05:00
parent be56cf72ae
commit 8547ea1ddd
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,7 @@ group :development do
gem 'jshintrb', '~>0.3.0' gem 'jshintrb', '~>0.3.0'
gem 'safe_yaml' gem 'safe_yaml'
gem 'json-schema' gem 'json-schema'
gem 'jekyll-theme-slate'
end end
## Not used on build server. Only used by developers and Travis CI, so ## Not used on build server. Only used by developers and Travis CI, so

View file

@ -35,6 +35,11 @@ GEM
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-theme-slate (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-watch (1.5.1) jekyll-watch (1.5.1)
listen (~> 3.0) listen (~> 3.0)
jshintrb (0.3.0) jshintrb (0.3.0)
@ -90,6 +95,7 @@ DEPENDENCIES
ffi-icu ffi-icu
html-proofer (= 2.1.0) html-proofer (= 2.1.0)
jekyll (~> 3.6.3) jekyll (~> 3.6.3)
jekyll-theme-slate
jshintrb (~> 0.3.0) jshintrb (~> 0.3.0)
json (>= 1.9) json (>= 1.9)
json-schema json-schema