Blog/hugo.yaml
Vezpi b1815283b7
All checks were successful
Deploy / Deploy (push) Successful in 9s
Add weight for socials
2025-05-06 21:54:29 +00:00

78 lines
1.2 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: "linkedin"
name: "LinkedIn"
url: "https://www.linkedin.com/in/etiennegirault/"
weight: 30
params:
icon: "brand-linkedin"
outputs:
home:
- HTML
- RSS
- JSON