blog/hugo.toml
Tessa e30ca1cf40
All checks were successful
Build and Deploy Blog / build-deploy (push) Successful in 2s
Trigger workflow
2026-06-06 11:18:03 +00:00

35 lines
868 B
TOML

baseURL = 'https://blog.holoshaii.dev/'
languageCode = 'nl'
defaultContentLanguage = 'nl'
title = 'holoshaii'
theme = 'PaperMod'
[params]
description = "Tessa's blog — dev, gaming, transitie, en meer"
author = 'Tessa'
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = true
ShowRssButtonInSectionTermList = true
ShowToc = true
[params.homeInfoParams]
Title = 'Welkom 👋'
Content = "Hoi! Ik ben Tessa en dit is mijn plek om te schrijven over software development, gaming, transitie, en alles wat me bezighoudt."
[[params.socialIcons]]
name = 'codeberg'
url = 'https://codeberg.org/tessanijholt'
[[params.socialIcons]]
name = 'rss'
url = 'index.xml'
[markup]
[markup.highlight]
style = 'dracula'
noClasses = false