Skip to content

Commit

Permalink
Added and installed sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
gkunwar committed Nov 9, 2023
1 parent c3b037d commit 300c702
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem "rack"
group :jekyll_plugins do
gem "jekyll-feed"
gem 'jekyll-admin', "0.9.0"
gem 'jekyll-sitemap'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ GEM
jekyll (>= 3.3, < 5.0)
sinatra (~> 1.4)
sinatra-contrib (~> 1.4)
jekyll-favicon (1.1.0)
jekyll (>= 3.0, < 5.0)
mini_magick (~> 4.11)
rexml (~> 3.2, >= 3.2.5)
jekyll-feed (0.17.0)
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 All @@ -57,7 +55,6 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_magick (4.12.0)
multi_json (1.15.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -109,8 +106,8 @@ DEPENDENCIES
cowsay (~> 0.3.0)
jekyll
jekyll-admin (= 0.9.0)
jekyll-favicon (~> 1.1.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 @@ -41,6 +41,7 @@ sass:
plugins:
- jekyll-admin
- jekyll-feed
- jekyll-sitemap

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

0 comments on commit 300c702

Please sign in to comment.