All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Fix breadcrumb schema position bug (3 → 2) for Google Rich Results - Override article/post schemas to use post image instead of site logo - Fix og:type to emit "article" on post pages with published/modified times - Add canonical link and hreflang alternate tags (incl. x-default) for bilingual site - Add organizationName/organizationLogo params for valid Organization schema - Add robots.txt with sitemap pointer - Add preconnect hint for analytics host
80 lines
2.1 KiB
YAML
80 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
|
|
|
|
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
|