View Source Serum.Plugins.SitemapGenerator (serum_md v1.6.8)
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}
]
}
Summary
Functions
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.
Functions
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.