blog/config.yaml

80 lines
1.5 KiB
YAML
Raw Normal View History

2020-07-14 16:50:35 +02:00
baseURL: "https://belanyi.fr/"
languageCode: "en-us"
title: "Ambroisie's blog"
theme:
- "hugo-atom-feed"
- "anubis"
paginate: 5
disqusShortname: ""
googleAnalytics: ""
enableRobotsTXT: true
2020-07-15 17:49:41 +02:00
enableEmoji: true
menu:
main:
- identifier: about
name: About
title: About
url: /about/
weight: 0
- identifier: archive
name: Archive
title: Archive
url: /posts/
weight: 0
- identifier: tags
name: Tags
title: Tags
url: /tags/
weight: 0
- identifier: categories
name: Categories
title: Categories
url: /categories/
weight: 0
author:
name: "Bruno BELANYI"
email: "contact-blog@belanyi.fr"
2023-03-24 21:25:22 +01:00
github: "ambroisie"
gitlab: "ambroisie"
sourcehut: "ambroisie"
2020-07-26 18:41:59 +02:00
linkedin: "bruno-belanyi"
2020-12-07 18:17:54 +01:00
matrix: "@ambroisie:belanyi.fr"
2023-03-21 20:49:41 +01:00
mastodon: "nixos.paris/@ambroisie"
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"
description: "A simple blog about programmation"
dateFormat: "2006-01-02"
paginationSinglePost: true
style: auto-without-switcher
2021-01-13 16:30:41 +01:00
webmentions:
login: belanyi.fr
pingback: true
taxonomies:
category: "categories"
tag: "tags"
2020-07-15 17:21:13 +02:00
serie: "series"
markup:
goldmark:
renderer:
unsafe: true # enable raw HTML in Markdown