Skip to content

Commit 20b6da8

Browse files
authored
Update _config.yml
1 parent 3eecbef commit 20b6da8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,15 @@ jekyll-archives:
202202
permalinks:
203203
tag: /tags/:name/
204204
category: /categories/:name/
205+
206+
plugins:
207+
- jekyll-sitemap
208+
209+
sitemap:
210+
# Optional: specify a different base URL
211+
base_url: "https://0xkrat0s.github.io" #or your url
212+
# Optional: exclude some paths
213+
exclude:
214+
- /assets/ # exclude your assets
215+
- /tools/ # exclude a tools directory
216+
- /_site # exclude your _site directory

0 commit comments

Comments
 (0)