We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75c0ed commit 6e43c12Copy full SHA for 6e43c12
portfolio/config.toml
@@ -27,11 +27,22 @@ canonifyURLs = true
27
linkedin = "https://linkedin.com/in/debdyuthajra"
28
github = "https://github.com/Debdyut"
29
30
-# Use Hugo's default sitemap - simple and reliable
+# Custom sitemap configuration
31
[sitemap]
32
changefreq = "weekly"
33
priority = 0.5
34
35
+# Output formats
36
+[outputs]
37
+ home = ["HTML", "RSS", "sitemap"]
38
+
39
+[outputFormats]
40
+ [outputFormats.sitemap]
41
+ mediaType = "application/xml"
42
+ baseName = "sitemap"
43
+ path = "sitemap"
44
+ isPlainText = true
45
46
# Taxonomies
47
[taxonomies]
48
category = "categories"
portfolio/static/_redirects
0 commit comments