Serum.Plugins.SitemapGenerator (serum v1.5.1) View Source

A Serum plugin that create a sitemap so that the search engine can index posts.

Using the Plugin

# serum.exs:
%{
  server_root: "https://example.io",
  plugins: [
    {Serum.Plugins.SitemapGenerator, only: :prod}
  ]
}

Link to this section Summary

Functions

Callback implementation for Serum.Plugin.description/0.

Callback implementation for Serum.Plugin.elixir/0.

Callback implementation for Serum.Plugin.implements/0.

Callback implementation for Serum.Plugin.name/0.

Callback implementation for Serum.Plugin.serum/0.

Callback implementation for Serum.Plugin.version/0.

Link to this section Functions

Link to this function

build_succeeded(src, dest, args)

View Source

Callback implementation for Serum.Plugin.build_succeeded/3.

Callback implementation for Serum.Plugin.description/0.

Callback implementation for Serum.Plugin.elixir/0.

Callback implementation for Serum.Plugin.implements/0.

Callback implementation for Serum.Plugin.name/0.

Callback implementation for Serum.Plugin.serum/0.

Callback implementation for Serum.Plugin.version/0.