Skip to content

Commit 254b9a4

Browse files
committed
chore: add sitemap and fetch metadata from GitHub
1 parent b24d64c commit 254b9a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ gem "github-pages", group: :jekyll_plugins
1616

1717
# If you have any plugins, put them here!
1818
group :jekyll_plugins do
19+
gem 'jekyll-sitemap'
20+
gem "jekyll-github-metadata"
1921
gem 'jekyll-redirect-from', "~> 0.16.0"
2022
#gem "jekyll-feed", "~> 0.6"
2123
end

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1212
# You can create any custom variable you would like, and they will be accessible
1313
# in the templates via {{ site.myvariable }}.
14-
baseurl: ""
15-
url : "https://workshop.scala-lang.org"
14+
15+
title: The Scala Workshop
1616

1717
markdown: kramdown
1818
plugins:
19+
- jekyll-github-metadata
20+
- jekyll-sitemap
1921
- jekyll-redirect-from
2022

2123
whitelist:

0 commit comments

Comments
 (0)