Blog/hugo.yaml
2025-05-04 22:23:48 +02:00

105 lines
2.0 KiB
YAML

baseURL: "https://blog.vezpi.me/"
languageCode: "en-us"
title: "Vezpi Blog"
theme: "stack"
frontmatter:
format: "yaml"
params:
mainSections: ["posts"]
sidebar:
compact: false
emoji: "🧠"
footer:
since: 2025
dateFormat:
published: "Jan 2, 2006"
lastUpdated: "Jan 2, 2006"
toc:
enable: true
sidebar:
avatar:
enabled: true
src: avatar.jpg
local: true
article:
math: false
toc: true
readingTime: true
lastUpdated: true
comments:
enable: false
outputs:
home:
- HTML
- RSS
- JSON
#params:
# # Appearance
# defaultTheme: auto # auto | dark | light
# disableThemeToggle: false # Show dark/light switch
# ShowReadingTime: true
# ShowLastMod: true
# ShowWordCount: false
# showtoc: true
# tocopen: true
# disableComments: true
#
# # Fancy post features
# showBreadcrumb: true # Path-like post location at top
# showPostNavLinks: false # Next/Previous post links
# hideSummary: false # Show summary on list view
# comments: false
#
# # Syntax highlighting
# assets:
# disableHLJS: false
# hljsStyle: monokai-sublime # Pick from: https://highlightjs.org/static/demo/
#
# # Social icons (top right or footer)
# socialIcons:
# - name: "GitHub"
# url: "https://github.com/vezpi"
# - name: "LinkedIn"
# url: "https://linkedin.com/in/vezpi"
#
# # Search (Fuse.js)
# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 3
# keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: homelab
name: Homelab
url: /homelab/
weight: 10
- identifier: about
name: About
url: /about/
weight: 20
- identifier: tags
name: Tags
url: /tags/
weight: 30
- identifier: search
name: 🔍 Search
url: /search/
weight: 40
widgets:
homepage:
- type: "categories"
- type: "search"
page:
- type: "toc"