nemunai.re/config.yml
Pierre-Olivier Mercier 56a0c9d7b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use local images
2026-03-02 19:59:14 +07:00

77 lines
2 KiB
YAML

baseURL: https://www.nemunai.re/
DefaultContentLanguage: en
languageCode: en-us
title: "nemunaire's blog"
theme: beautifulhugo
pygmentsStyle: "monokai"
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true
params:
logo: img/mug.jpg
selfHosted: true
rss: true
readingTime: true
thumb:
- src: "/img/happyDomain-domains-list.webp"
desc: "happyDomain: A simple interface for domain names."
link: "https://happydomain.org/"
- src: "/img/book-containers-cover.webp"
desc: "My book about containers (in french)."
link: "https://alpo.tf/books/2493960009/"
- src: "/img/octotron.webp"
desc: "Nemubot: a smart and modulable IM bot!"
link: "https://github.com/nemunaire/nemubot/"
- src: "/img/epita.webp"
desc: "My school: Épita."
link: "http://epita.fr/"
author:
name: "nemunaire"
email: "blog@nemunai.re"
github: "nemunaire"
gitlab: "nemunaire"
bitbucket: "nemunaire"
#linkedin: "pierre-olivier-mercier"
menu:
main:
- name: "Blog"
pageRef: "/"
weight: 10
- name: "Tags"
pageRef: "/tags"
weight: 20
languages:
en:
contentDir: content/en
fr:
contentDir: content/fr
title: "Blog de nemunaire"
params:
thumb:
- src: "/img/happyDomain-domains-list.webp"
desc: "happyDomain: L'interface des noms de domaines."
link: "https://happydomain.org/fr/"
- src: "/img/book-containers-cover.jpg"
desc: "Mon livre sur les conteneurs."
link: "https://alpo.tf/books/2493960009/"
- src: "/img/octotron.jpg"
desc: "Nemubot : a smart and modulable IM bot!"
link: "https://github.com/nemunaire/nemubot/"
- src: "/img/epita.png"
desc: "Mon école : Épita."
link: "http://epita.fr/"
menu:
main:
- name: "Articles"
pageRef: "/"
weight: 10
- name: "Tags"
pageRef: "/tags"
weight: 20