summaryrefslogtreecommitdiffstats
path: root/exampleSite/hugo.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-29 18:12:59 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-29 18:15:42 +0200
commit9620f0ff31fe3391e6d070c724d5f079c58b3746 (patch)
tree4c0b934273a5519a7d5c93b54fd8ef4485c4a7a3 /exampleSite/hugo.toml
parent2eb7457e427c9e5ed697564dacef09c3a7f4a071 (diff)
downloadgohugo-theme-ed-9620f0ff31fe3391e6d070c724d5f079c58b3746.tar.gz
Code cleanup and minor fixes
Diffstat (limited to 'exampleSite/hugo.toml')
-rw-r--r--exampleSite/hugo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml
index 0932c4a..5eefe97 100644
--- a/exampleSite/hugo.toml
+++ b/exampleSite/hugo.toml
@@ -227,7 +227,7 @@ refLinksErrorLevel = 'WARNING'
[outputFormats]
# For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom
[outputFormats.atom]
- name = 'Atom'
+ name = 'atom'
# The correct header Content-Type header for an Atom feed is
# application/atom+xml. However, Chromium does not handle it
# correctly (see https://code.google.com/p/chromium/issues/detail?id=104358).
@@ -245,7 +245,7 @@ refLinksErrorLevel = 'WARNING'
# For more see: https://www.jsonfeed.org/
[outputFormats.jsonfeed]
- name = 'JsonFeed'
+ name = 'jsonfeed'
mediaType = 'application/feed+json'
baseName = 'feed'
rel = 'alternate'
@@ -259,7 +259,7 @@ refLinksErrorLevel = 'WARNING'
# return Content-Type: application/manifest+json).
#
# For more see: https://w3c.github.io/manifest/#media-type-registration=
- name = 'Manifest'
+ name = 'manifest'
mediaType = 'application/manifest+json'
baseName = 'manifest'
rel = 'manifest'
@@ -284,10 +284,10 @@ refLinksErrorLevel = 'WARNING'
mediaType = 'application/rss+xml'
[mediaTypes]
- [mediaTypes."text/xml"]
- suffixes = ["xml"]
- [mediaTypes."application/feed+json"]
- suffixes = ["json"]
+ [mediaTypes.'text/xml']
+ suffixes = ['xml']
+ [mediaTypes.'application/feed+json']
+ suffixes = ['json']
# Sitemap config
[sitemap]