diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
