config: add Atom Feed component configuration

This commit is contained in:
Bruno BELANYI 2021-01-04 15:34:41 +01:00
parent 5c25205f94
commit 3fb0cb9f8c

View file

@ -2,7 +2,9 @@ baseURL: "https://belanyi.fr/"
languageCode: "en-us"
title: "Ambroisie's blog"
theme: "anubis"
theme:
- "hugo-atom-feed"
- "anubis"
paginate: 5
disqusShortname: ""
googleAnalytics: ""
@ -39,6 +41,16 @@ author:
permalinks:
posts: /:year/:month/:day/:title/
outputs:
# <domain>/atom.xml
home: [ "HTML", "RSS", "ATOM" ]
# <domain>/posts/atom.xml
section: [ "HTML", "RSS", "ATOM" ]
# <domain>/tags/mytag/atom.xml
taxonomy: [ "HTML", "RSS", "ATOM" ]
ignoreErrors:
- "error-output-taxonomy"
params:
author: "Bruno BELANYI"