File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ gem "github-pages", group: :jekyll_plugins
16
16
17
17
# If you have any plugins, put them here!
18
18
group :jekyll_plugins do
19
+ gem 'jekyll-sitemap'
20
+ gem "jekyll-github-metadata"
19
21
gem 'jekyll-redirect-from' , "~> 0.16.0"
20
22
#gem "jekyll-feed", "~> 0.6"
21
23
end
Original file line number Diff line number Diff line change 11
11
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
12
12
# You can create any custom variable you would like, and they will be accessible
13
13
# in the templates via {{ site.myvariable }}.
14
- baseurl : " "
15
- url : " https://workshop.scala-lang.org "
14
+
15
+ title : The Scala Workshop
16
16
17
17
markdown : kramdown
18
18
plugins :
19
+ - jekyll-github-metadata
20
+ - jekyll-sitemap
19
21
- jekyll-redirect-from
20
22
21
23
whitelist :
You can’t perform that action at this time.
0 commit comments