summaryrefslogtreecommitdiffstats
path: root/exampleSite/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default')
-rw-r--r--exampleSite/config/_default/config.yaml27
1 files changed, 7 insertions, 20 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index dca03da..7997d9f 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -15,10 +15,6 @@ enableRobotsTXT: true
# resolve, it will be logged with this log level.
refLinksErrorLevel: WARNING
-# Kick out RSS, we'll use Atom and FEED bellow.
-disableKinds:
- - RSS
-
# We have just the default tags taxonomy, and remove the categories
# taxonomy for site as not used.
taxonomies:
@@ -32,11 +28,12 @@ minify:
keepQuotes: true
outputs:
- home: [HTML, Atom, FEED, JSONFEED, JSON, MANIFEST, humanstxt]
- section: [HTML, Atom, FEED, JSONFEED]
+ home: [HTML, RSS, MANIFEST, Atom, JSONFEED, JSON, humanstxt]
page: [HTML]
- taxonomy: [HTML]
- term: [HTML]
+ rss: [RSS]
+ section: [HTML, RSS, Atom, JSONFEED]
+ taxonomy: [HTML, RSS]
+ term: [HTML, RSS]
outputFormats:
# For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom
@@ -58,16 +55,6 @@ outputFormats:
noUgly: true
permalinkable: false
- FEED:
- name: Feed
- mediaType: text/xml
- baseName: feeds/feed.rss
- rel: alternate
- isPlainText: false
- isHTML: false
- noUgly: true
- permalinkable: false
-
# For more see: https://www.jsonfeed.org/
JSONFEED:
name: JsonFeed
@@ -91,7 +78,7 @@ outputFormats:
isPlainText: true
isHTML: false
noUgly: false
- notAlternative: true
+ notAlternative: false
# For more see: https://gohugo.io/templates/output-formats/
humanstxt:
@@ -117,7 +104,7 @@ mediaTypes:
# Sitemap config
sitemap:
- changefreq: weekly
+ changefreq: monthly
filename: sitemap.xml
priority: 0.5