nemunai.re/config.yml

78 lines
2.1 KiB
YAML
Raw Permalink Normal View History

2022-02-09 18:00:20 +00:00
baseURL: https://www.nemunai.re/
DefaultContentLanguage: en
languageCode: en-us
2023-06-08 14:01:25 +00:00
title: "Pierre-Olivier Mercier's blog"
2022-02-09 18:00:20 +00:00
theme: beautifulhugo
2023-08-21 11:41:24 +00:00
pygmentsStyle: "monokai"
2022-02-09 18:00:20 +00:00
pygmentsUseClasses: true
pygmentsCodeFences: true
2023-08-21 08:52:49 +00:00
pygmentsCodefencesGuessSyntax: true
2022-02-09 18:00:20 +00:00
params:
2022-02-16 16:30:59 +00:00
logo: img/mug.jpg
2022-02-09 18:00:20 +00:00
selfHosted: true
rss: true
readingTime: true
thumb:
2024-01-30 09:37:52 +00:00
- src: "https://www.happydomain.org/img/screenshots/domains-list.webp"
2023-07-04 06:57:35 +00:00
desc: "happyDomain: A simple interface for domain names."
link: "https://happydomain.org/"
2022-09-15 07:52:21 +00:00
- src: "https://cdn.nemunai.re/img/book-containers-cover.jpg"
desc: "My book about containers (in french)."
link: "https://alpo.tf/books/2493960009/"
2023-07-04 06:57:35 +00:00
- src: "https://cdn.nemunai.re/img/octotron.jpg"
desc: "Nemubot: a smart and modulable IM bot!"
link: "https://github.com/nemunaire/nemubot/"
2022-02-09 18:00:20 +00:00
- src: "https://cdn.nemunai.re/img/epita.png"
desc: "My school: Épita."
link: "http://epita.fr/"
author:
2023-05-14 09:37:21 +00:00
name: "Pierre-Olivier Mercier"
2022-02-09 18:00:20 +00:00
email: "blog@nemunai.re"
github: "nemunaire"
gitlab: "nemunaire"
bitbucket: "nemunaire"
2023-05-14 10:19:04 +00:00
linkedin: "pmercier1"
2022-02-09 18:00:20 +00:00
menu:
main:
- name: "Blog"
pageRef: "/"
2023-05-23 08:19:27 +00:00
weight: 10
2022-02-09 18:00:20 +00:00
- name: "Tags"
pageRef: "/tags"
2023-05-23 08:19:27 +00:00
weight: 20
2023-05-14 10:19:04 +00:00
languages:
en:
contentDir: content/en
fr:
contentDir: content/fr
2023-06-08 14:01:25 +00:00
title: "Blog de Pierre-Olivier Mercier"
2023-05-14 10:19:04 +00:00
params:
thumb:
2023-07-04 06:57:35 +00:00
- src: "https://www.happydomain.org/img/screenshots/domain-abstract-list.png"
desc: "happyDomain: L'interface des noms de domaines."
link: "https://happydomain.org/fr/"
2023-05-14 10:19:04 +00:00
- src: "https://cdn.nemunai.re/img/book-containers-cover.jpg"
desc: "Mon livre sur les conteneurs."
link: "https://alpo.tf/books/2493960009/"
2023-07-04 06:57:35 +00:00
- src: "https://cdn.nemunai.re/img/octotron.jpg"
desc: "Nemubot : a smart and modulable IM bot!"
link: "https://github.com/nemunaire/nemubot/"
2023-05-14 10:19:04 +00:00
- src: "https://cdn.nemunai.re/img/epita.png"
2023-05-14 13:44:12 +00:00
desc: "Mon école : Épita."
2023-05-14 10:19:04 +00:00
link: "http://epita.fr/"
menu:
main:
- name: "Articles"
pageRef: "/"
2023-05-23 08:19:27 +00:00
weight: 10
2023-05-14 10:19:04 +00:00
- name: "Tags"
pageRef: "/tags"
2023-05-23 08:19:27 +00:00
weight: 20