Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Mar 27, 2024
1 parent eed7068 commit 0a3aaf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ end

# Performance-booster for watching directories on Windows
gem "wdm", :install_if => Gem.win_platform?

gem 'jekyll-sitemap'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -98,6 +100,7 @@ DEPENDENCIES
jekyll
jekyll-admin (= 0.9.0)
jekyll-feed
jekyll-sitemap
rack
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ sass:
plugins:
- jekyll-admin
- jekyll-feed
- jekyll-sitemap

# Permalink
permalink: "blog/:title"
Expand Down

0 comments on commit 0a3aaf1

Please sign in to comment.