Skip to content

Commit 643df9b

Browse files
committed
Add in jekyll sitemap generation
1 parent 271da1c commit 643df9b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
34+
gem 'jekyll-sitemap'

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ GEM
6565
sass-embedded (~> 1.54)
6666
jekyll-seo-tag (2.8.0)
6767
jekyll (>= 3.8, < 5.0)
68+
jekyll-sitemap (1.4.0)
69+
jekyll (>= 3.7, < 5.0)
6870
jekyll-watch (2.2.1)
6971
listen (~> 3.0)
7072
kramdown (2.5.1)
@@ -159,6 +161,7 @@ DEPENDENCIES
159161
http_parser.rb (~> 0.6.0)
160162
jekyll (~> 4.3.4)
161163
jekyll-feed (~> 0.12)
164+
jekyll-sitemap
162165
minima (~> 2.5)
163166
tzinfo (>= 1, < 3)
164167
tzinfo-data

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ github_username: circuits-and-code
3030
theme: minima
3131
plugins:
3232
- jekyll-feed
33+
- jekyll-sitemap
3334

3435
# Exclude from processing.
3536
# The following items will not be processed, by default.

0 commit comments

Comments
 (0)