All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Supprime les partiels surchargés (nav, SEO structuré) au profit du thème amont, réécrit header.html sans Scratch pour la compatibilité Hugo moderne, adapte footer et CSS au Bootstrap 5 (offset-*, list-inline-item, dropdown). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
82 lines
2.1 KiB
YAML
82 lines
2.1 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
|
|
toc: false
|
|
colorScheme: "light"
|
|
|
|
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/"
|
|
|
|
organizationName: "nemunaire's blog"
|
|
organizationLogo: "https://www.nemunai.re/img/mug.jpg"
|
|
|
|
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
|