Update documentation (#1151)
* Update Quickstart documentation * update Installation documentation * Update documentation for Overriding Defaults
This commit is contained in:
@@ -74,16 +74,19 @@ source "https://rubygems.org"
|
||||
|
||||
# To upgrade, run `bundle update`.
|
||||
|
||||
gem "jekyll", "~> 3.3.0"
|
||||
gem "jekyll", "~> 3.5"
|
||||
gem "minimal-mistakes-jekyll"
|
||||
|
||||
# If you have any plugins, put them here!
|
||||
# The following plugins are automatically loaded by the theme-gem:
|
||||
# gem "jekyll-paginate"
|
||||
# gem "jekyll-sitemap"
|
||||
# gem "jekyll-gist"
|
||||
# gem "jekyll-feed"
|
||||
# gem "jemoji"
|
||||
# gem "jekyll-data"
|
||||
#
|
||||
# If you have any other plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-paginate"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-gist"
|
||||
gem "jekyll-feed"
|
||||
gem "jemoji"
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user