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

build(map()) :: map()

The sitemap is built if config[:sitemap] is set.

It should be a Map.

Available options:

Use a template's frontmatter to exclude it from the sitemap:

---
hide_from_sitemap: true
---