Skip to content

Commit

Permalink
sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-bouayed committed Dec 25, 2024
1 parent 4b19b91 commit 5ec97df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem 'jekyll-sitemap'
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ timezone: Africa/Tunis

title: Ahmed Bouayed # the main title

tagline: # it will display as the subtitle
tagline: # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A blog documenting my technical journey.
Expand Down Expand Up @@ -59,7 +59,7 @@ webmaster_verifications:
# Web Analytics Settings
analytics:
google:
id: 'G-LPN3MFXB1V'
id: "G-LPN3MFXB1V"
goatcounter:
id: # fill in your GoatCounter ID
umami:
Expand Down Expand Up @@ -192,7 +192,8 @@ defaults:
values:
layout: page
permalink: /:title/

plugins:
- jekyll-sitemap
sass:
style: compressed

Expand Down

0 comments on commit 5ec97df

Please sign in to comment.