From bffd956eee9a06c7531b8810b10f0cc4425929fd Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 22 May 2022 22:53:20 +0200 Subject: Enable outputs --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b76a31c..94e1200 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,9 +18,9 @@ disableKinds = ['RSS'] home = [ 'HTML', 'Atom', 'FEED', 'JSON', 'MANIFEST', 'humanstxt' ] section = [ 'HTML', 'Atom', 'FEED', 'JSON' ] # TODO: SITEMAP - # page = [ 'HTML' ] - # taxonomy = [ 'HTML' ] - # term = [ 'HTML' ] + page = [ 'HTML' ] + taxonomy = [ 'HTML' ] + term = [ 'HTML' ] # Atom feed. # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom -- cgit v1.2.3