Skip to content

Commit ea9e479

Browse files
authored
chore: add sitemap and fetch metadata from GitHub (#27)
2 parents a0dcb1a + 1bb6bed commit ea9e479

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ PLATFORMS
315315
DEPENDENCIES
316316
github-pages
317317
http_parser.rb (~> 0.6.0)
318+
jekyll-github-metadata
318319
jekyll-redirect-from (~> 0.16.0)
320+
jekyll-sitemap
319321
kramdown-parser-gfm
320322
tzinfo (>= 1, < 3)
321323
tzinfo-data

_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)