Fermo.Sitemap behaviour (Fermo v0.16.0) View Source
Link to this section Summary
Callbacks
The sitemap is built if config[:sitemap] is set.
Link to this section Functions
Link to this section Callbacks
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
---