config: add Atom Feed component configuration
This commit is contained in:
parent
5c25205f94
commit
3fb0cb9f8c
14
config.yaml
14
config.yaml
|
@ -2,7 +2,9 @@ baseURL: "https://belanyi.fr/"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Ambroisie's blog"
|
title: "Ambroisie's blog"
|
||||||
|
|
||||||
theme: "anubis"
|
theme:
|
||||||
|
- "hugo-atom-feed"
|
||||||
|
- "anubis"
|
||||||
paginate: 5
|
paginate: 5
|
||||||
disqusShortname: ""
|
disqusShortname: ""
|
||||||
googleAnalytics: ""
|
googleAnalytics: ""
|
||||||
|
@ -39,6 +41,16 @@ author:
|
||||||
permalinks:
|
permalinks:
|
||||||
posts: /:year/:month/:day/:title/
|
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:
|
params:
|
||||||
author: "Bruno BELANYI"
|
author: "Bruno BELANYI"
|
||||||
|
|
Loading…
Reference in a new issue