We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0897b29 + b34eaf2 commit 26b52caCopy full SHA for 26b52ca
Gemfile
@@ -1,6 +1,10 @@
1
source 'https://rubygems.org'
2
3
-gem 'github-pages'
+gem 'github-pages', group: :jekyll_plugins
4
+
5
+group :jekyll_plugins do
6
+ gem 'jekyll-sitemap'
7
+end
8
9
group :scripts do
10
gem 'mgem'
Gemfile.lock
@@ -266,6 +266,7 @@ PLATFORMS
266
DEPENDENCIES
267
git
268
github-pages
269
+ jekyll-sitemap
270
mgem
271
yard-coderay
272
yard-mruby
_config.yml
@@ -11,6 +11,8 @@ highlighter: rouge
11
url: https://mruby.org
12
repository: https://github.com/mruby/mruby.github.io
13
include: _index.html
14
+plugins:
15
+ - jekyll-sitemap
16
exclude:
17
- CODEOWNERS
18
- Gemfile
0 commit comments