Blog/hugo.yaml
Vezpi 08ca7ae761
Some checks failed
Deploy / Deploy (push) Failing after 3s
Try id
2025-05-22 20:51:08 +00:00

124 lines
2.1 KiB
YAML

baseURL: "https://blog.vezpi.com/"
title: "Vezpi Lab"
theme: "stack"
languageCode: "en-us"
DefaultContentLanguage: "en"
languages:
en:
languageName: English
weight: 1
params:
sidebar:
subtitle: "Homelab & Automation"
fr:
languageName: Français
weight: 2
params:
sidebar:
subtitle: "Homelab & Automatisation"
frontmatter:
format: "yaml"
params:
mainSections: ["post"]
favicon: "/favicon-32x32.png"
sidebar:
avatar:
enabled: true
src: avatar.jpg
local: true
footer:
since: 2025
customText: ""
dateFormat:
published: "Jan 2, 2006"
lastUpdated: "Jan 2, 2006"
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: "toc"
colorScheme:
toggle: true
default: "dark"
menu:
main:
- identifier: categories
pageRef: /categories
weight: 50
params:
icon: "categories"
- identifier: tags
pageRef: /tags
weight: 60
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"
taxonomies:
category: "categories"
tag: "tags"
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 10
- name: categories
weight: 20
outputs:
home:
- HTML
- RSS
- JSON