2020-07-14 16:50:35 +02:00
|
|
|
baseURL: "https://belanyi.fr/"
|
|
|
|
languageCode: "en-us"
|
|
|
|
title: "Ambroisie's blog"
|
2020-07-14 16:58:23 +02:00
|
|
|
|
2021-01-04 15:34:41 +01:00
|
|
|
theme:
|
|
|
|
- "hugo-atom-feed"
|
|
|
|
- "anubis"
|
2020-07-14 16:58:23 +02:00
|
|
|
paginate: 5
|
|
|
|
disqusShortname: ""
|
|
|
|
googleAnalytics: ""
|
|
|
|
enableRobotsTXT: true
|
2020-07-15 17:49:41 +02:00
|
|
|
enableEmoji: true
|
2020-07-14 16:58:23 +02:00
|
|
|
|
|
|
|
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
|
2021-01-18 20:43:17 +01:00
|
|
|
- identifier: categories
|
|
|
|
name: Categories
|
|
|
|
title: Categories
|
|
|
|
url: /categories/
|
|
|
|
weight: 0
|
2020-07-14 16:58:23 +02:00
|
|
|
|
|
|
|
author:
|
|
|
|
name: "Bruno BELANYI"
|
2021-03-26 23:40:17 +01:00
|
|
|
email: "contact-blog@belanyi.fr"
|
2023-03-24 21:25:22 +01:00
|
|
|
github: "ambroisie"
|
|
|
|
gitlab: "ambroisie"
|
2020-07-17 18:36:54 +02:00
|
|
|
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"
|
2020-07-14 16:58:23 +02:00
|
|
|
|
2020-07-15 11:41:09 +02:00
|
|
|
permalinks:
|
|
|
|
posts: /:year/:month/:day/:title/
|
|
|
|
|
2021-01-04 15:34:41 +01:00
|
|
|
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"
|
2020-07-15 11:41:09 +02:00
|
|
|
|
2020-07-14 16:58:23 +02:00
|
|
|
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
|
2020-07-14 16:58:23 +02:00
|
|
|
|
|
|
|
taxonomies:
|
|
|
|
category: "categories"
|
|
|
|
tag: "tags"
|
2020-07-15 17:21:13 +02:00
|
|
|
serie: "series"
|
2020-07-14 16:58:23 +02:00
|
|
|
|
|
|
|
markup:
|
|
|
|
goldmark:
|
|
|
|
renderer:
|
|
|
|
unsafe: true # enable raw HTML in Markdown
|