Skip to content

Commit

Permalink
feat(sitemap): Generate sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
poxrud committed Jan 3, 2024
1 parent d03a360 commit d1f4391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'https://rubygems.org'
gem 'jekyll'
gem 'webrick'
gem 'jekyll-postcss'
gem 'jekyll-sitemap'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ GEM
jekyll-postcss (0.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 @@ -73,6 +75,7 @@ PLATFORMS
DEPENDENCIES
jekyll
jekyll-postcss
jekyll-sitemap
webrick

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permalink: /posts/:title/

plugins:
- jekyll-postcss
- jekyll-sitemap

postcss:
cache: false

0 comments on commit d1f4391

Please sign in to comment.