pygmentsStyle: "monokai"
# true: use pygments-css or false: color-codes directly
pygmentsUseClasses: false
- sitemap: ""
+ # default sitemap configuration map
+ sitemap:
# filesystem path to read files relative from
source: ""
staticdir: "static"
on render. Please don't include this in the template as it's not valid HTML.*
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+
+## Configuring sitemap.xml
+
+Defaults for `<changefreq>` and `<priority>` values can be set in the site's config file, e.g.:
+
+ [sitemap]
+ changefreq = "monthly"
+ priority = 0.5
+
+The same fields can be specified in an individual page's front matter in order to override the value for that page.
\ No newline at end of file