[Modify] Gemfile's Dependencies Problem Fix
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -2,9 +2,7 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
gem 'webrick'
|
gem 'webrick'
|
||||||
# Run Google Page in local using "bundle exec jekyll s "
|
# Run Google Page in local using "bundle exec jekyll s "
|
||||||
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
|
|
||||||
group :jekyll_plugins do
|
gem 'jekyll-last-modified-at', group: :jekyll_plugins
|
||||||
gem 'github-pages'
|
gem 'jekyll-sitemap', group: :jekyll_plugins
|
||||||
gem 'jekyll-last-modified-at'
|
|
||||||
gem 'jekyll-sitemap'
|
|
||||||
end
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide w
|
|||||||
show_downloads: false
|
show_downloads: false
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-last-modified-at
|
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
- jekyll-last-modified-at
|
||||||
|
|
||||||
github:
|
github:
|
||||||
repository_url: '/'
|
repository_url: '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user