diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 09:58:22 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-28 10:12:49 +0200 |
| commit | fa39098ed994bffd3b3560199a3d65d774e48d15 (patch) | |
| tree | ad846120c76aafcf133cbd2a437369f9b991980e /exampleSite/config | |
| parent | dcdd00bee35492181210cb36099e78a53f308a5b (diff) | |
| download | gohugo-theme-ed-fa39098ed994bffd3b3560199a3d65d774e48d15.tar.gz | |
Removed custom RSS template
Diffstat (limited to 'exampleSite/config')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 27 |
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 |
