Fermo.Sitemap.build
You're seeing just the callback
build
, go back to Fermo.Sitemap module for more information.
Specs
The sitemap is built if config[:sitemap] is set.
It should be a Map.
Available options:
:default_change_frequency
- see https://www.sitemaps.org/protocol.html#changefreqdef:default_priority
- a value between 0 and 1
Use a template's frontmatter to exclude it from the sitemap:
---
hide_from_sitemap: true
---