All checks were successful
Blog Deployment / check-rebuild (push) Successful in 4s
Blog Deployment / build (push) Has been skipped
Blog Deployment / deploy-staging (push) Successful in 8s
Blog Deployment / test-staging (push) Successful in 2s
Blog Deployment / merge (push) Successful in 6s
Blog Deployment / deploy-production (push) Successful in 9s
Blog Deployment / test-production (push) Successful in 2s
Blog Deployment / clean (push) Has been skipped
183 lines
3.7 KiB
YAML
183 lines
3.7 KiB
YAML
baseURL: "https://blog.vezpi.com/"
|
|
title: "Vezpi Lab"
|
|
theme: "stack"
|
|
languageCode: "en-us"
|
|
DefaultContentLanguage: "en"
|
|
defaultContentLanguageInSubdir: true
|
|
|
|
languages:
|
|
en:
|
|
languageName: English
|
|
weight: 1
|
|
menu:
|
|
main:
|
|
- identifier: categories
|
|
name: Categories
|
|
weight: 40
|
|
url: /en/categories
|
|
params:
|
|
icon: categories
|
|
- identifier: tags
|
|
name: Tags
|
|
weight: 50
|
|
url: /en/tags
|
|
params:
|
|
icon: tag
|
|
|
|
social:
|
|
- identifier: "mail"
|
|
name: Mail
|
|
url: "mailto:etienne.girault@gmail.com"
|
|
weight: 10
|
|
params:
|
|
icon: "mail"
|
|
- identifier: "github"
|
|
name: "GitHub"
|
|
url: "https://github.com/Vezpi"
|
|
weight: 20
|
|
params:
|
|
icon: "brand-github"
|
|
- identifier: "gitea"
|
|
name: "Gitea"
|
|
url: "https://git.vezpi.me/Vezpi/blog"
|
|
weight: 30
|
|
params:
|
|
icon: "brand-git"
|
|
- identifier: "linkedin"
|
|
name: "LinkedIn"
|
|
url: "https://www.linkedin.com/in/etiennegirault/"
|
|
weight: 40
|
|
params:
|
|
icon: "brand-linkedin"
|
|
|
|
params:
|
|
sidebar:
|
|
subtitle: "Homelab & Automation"
|
|
|
|
dateFormat:
|
|
published: "Jan 2, 2006"
|
|
lastUpdated: "Jan 2, 2006"
|
|
|
|
fr:
|
|
languageName: Français
|
|
weight: 2
|
|
menu:
|
|
main:
|
|
- identifier: categories
|
|
name: Catégories
|
|
weight: 40
|
|
url: /fr/categories
|
|
params:
|
|
icon: categories
|
|
- identifier: tags
|
|
name: Mots Clés
|
|
weight: 50
|
|
url: /fr/tags
|
|
params:
|
|
icon: tag
|
|
|
|
social:
|
|
- identifier: "mail"
|
|
name: Mail
|
|
url: "mailto:etienne.girault@gmail.com"
|
|
weight: 10
|
|
params:
|
|
icon: "mail"
|
|
- identifier: "github"
|
|
name: "GitHub"
|
|
url: "https://github.com/Vezpi"
|
|
weight: 20
|
|
params:
|
|
icon: "brand-github"
|
|
- identifier: "gitea"
|
|
name: "Gitea"
|
|
url: "https://git.vezpi.me/Vezpi/blog"
|
|
weight: 30
|
|
params:
|
|
icon: "brand-git"
|
|
- identifier: "linkedin"
|
|
name: "LinkedIn"
|
|
url: "https://www.linkedin.com/in/etiennegirault/"
|
|
weight: 40
|
|
params:
|
|
icon: "brand-linkedin"
|
|
|
|
params:
|
|
sidebar:
|
|
subtitle: "Homelab & Automatisation"
|
|
|
|
dateFormat:
|
|
published: "2 Jan 2006"
|
|
lastUpdated: "2 Jan 2006"
|
|
|
|
frontmatter:
|
|
format: "yaml"
|
|
|
|
params:
|
|
mainSections: ["post"]
|
|
description: "A blog documenting my homelab journey, covering automation, self-hosted services, and hands-on experiments with open source technologies."
|
|
favicon: "/favicon-32x32.png"
|
|
sitemapFilter: ["/tags/", "/categories/", "/search/"]
|
|
|
|
sidebar:
|
|
avatar:
|
|
enabled: true
|
|
src: avatar.jpg
|
|
local: true
|
|
|
|
footer:
|
|
since: 2025
|
|
customText: ""
|
|
|
|
|
|
toc:
|
|
enable: true
|
|
|
|
article:
|
|
math: false
|
|
toc: true
|
|
readingTime: true
|
|
lastUpdated: true
|
|
|
|
comments:
|
|
enable: false
|
|
|
|
widgets:
|
|
homepage:
|
|
- type: search
|
|
- type: categories
|
|
- type: tag-cloud
|
|
page:
|
|
- type: search
|
|
- type: toc
|
|
|
|
colorScheme:
|
|
toggle: true
|
|
default: "dark"
|
|
|
|
menu:
|
|
main: []
|
|
|
|
taxonomies:
|
|
category: "categories"
|
|
tag: "tags"
|
|
|
|
related:
|
|
includeNewer: true
|
|
threshold: 60
|
|
toLower: false
|
|
indices:
|
|
- name: tags
|
|
weight: 10
|
|
- name: categories
|
|
weight: 20
|
|
|
|
sitemap:
|
|
ChangeFreq: "weekly"
|
|
Priority: 0.6
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON |