summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-22 20:01:48 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-22 20:01:48 +0200
commit36150b5f88b2e513c6791b62aaf5eb3401d1c8a2 (patch)
tree3371e3a1e40458297c3e190b537f3d476752212f /exampleSite
parentaa0c41042a3a8bfa6834d0bedbd0b5bb7eece762 (diff)
downloadgohugo-theme-ed-36150b5f88b2e513c6791b62aaf5eb3401d1c8a2.tar.gz
Rework feeds to provide support for section
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml9
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 &copy; 2019-{year} John Doe'
# Color scheme. Options: red, orange, magenta, cyan, blue, brown
colorScheme = ''
# Used in site header