mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Config - Add jekyll-theme-slate
This commit is contained in:
parent
be56cf72ae
commit
8547ea1ddd
2 changed files with 7 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue