Skip to content

Commit

Permalink
Adds default sitemap
Browse files Browse the repository at this point in the history
Adds the default builtin sitemap feature to the main config file. This a generates sitemap.xml file at the root of the directory.
  • Loading branch information
nbozon committed Mar 22, 2020
1 parent 328c734 commit d57181e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ greyColor = "#6b6b6b"
greyColorLight = "#CCCCCC"
greyColorDark = "#A0A0A0"


[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5

[Languages]

# English Language
Expand Down

0 comments on commit d57181e

Please sign in to comment.