84 lines
1.4 KiB
YAML
84 lines
1.4 KiB
YAML
baseURL: "https://blog.vezpi.me/"
|
|
languageCode: "en-us"
|
|
title: "Vezpi Blog"
|
|
theme: "stack"
|
|
|
|
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: []
|
|
|
|
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-github"
|
|
- identifier: "linkedin"
|
|
name: "LinkedIn"
|
|
url: "https://www.linkedin.com/in/etiennegirault/"
|
|
weight: 40
|
|
params:
|
|
icon: "brand-linkedin"
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON |