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
|
|
|
|
|
|
|
theme: "anubis"
|
|
|
|
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
|
|
|
|
|
|
|
|
author:
|
|
|
|
name: "Bruno BELANYI"
|
2020-07-17 18:36:32 +02:00
|
|
|
email: "bruno@belanyi.fr"
|
2020-07-17 18:36:54 +02: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"
|
2020-07-14 16:58:23 +02:00
|
|
|
|
2020-07-15 11:41:09 +02:00
|
|
|
permalinks:
|
|
|
|
posts: /:year/:month/:day/:title/
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|