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.
1 parent 7cee65d commit 6f02c2bCopy full SHA for 6f02c2b
Gemfile
@@ -2,5 +2,12 @@
2
3
source "https://rubygems.org"
4
5
+# gem "jekyll"
6
+
7
+group :jekyll_plugins do
8
+ gem 'github-pages'
9
+ gem 'jekyll-sitemap'
10
+end
11
12
13
-gem 'github-pages', group: :jekyll_plugins
Gemfile.lock
@@ -320,6 +320,7 @@ PLATFORMS
320
321
DEPENDENCIES
322
github-pages
323
+ jekyll-sitemap
324
325
BUNDLED WITH
326
2.6.5
_config.yml
@@ -0,0 +1,5 @@
1
+url: "https://openrowing.com"
+plugins:
+ - jekyll-sitemap
0 commit comments