View Source Fermo.Sitemap behaviour (Fermo v0.17.1)

Link to this section Summary

Callbacks

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

Link to this section Callbacks

@callback build(map()) :: map()

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

It should be a Map.

Available options:

Other config options that affect the sitemap are:

  • :base_url
  • :build_path

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

---
hide_from_sitemap: true
---

Link to this section Functions