From 36150b5f88b2e513c6791b62aaf5eb3401d1c8a2 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 22 May 2022 20:01:48 +0200 Subject: Rework feeds to provide support for section --- exampleSite/config.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c53b85f..b76a31c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -15,9 +15,12 @@ disableKinds = ['RSS'] disableXML = true [outputs] - # TODO: - # section = [ "HTML", "Atom" ] home = [ 'HTML', 'Atom', 'FEED', 'JSON', 'MANIFEST', 'humanstxt' ] + section = [ 'HTML', 'Atom', 'FEED', 'JSON' ] + # TODO: SITEMAP + # page = [ 'HTML' ] + # taxonomy = [ 'HTML' ] + # term = [ 'HTML' ] # Atom feed. # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom @@ -110,7 +113,7 @@ disableKinds = ['RSS'] # Site description. Used in meta description description = 'Ed is a Hugo theme designed for textual editors based on minimal computing principles, and focused on legibility and flexibility.' # Copyright string - copyright = 'Copyright (c) 2019 John Doe' + copyright = 'Copyright © 2019-{year} John Doe' # Color scheme. Options: red, orange, magenta, cyan, blue, brown colorScheme = '' # Used in site header -- cgit v1.2.3