blog/hugo.toml
Tessa b80a2a0772
All checks were successful
Build and Deploy Blog / build-deploy (push) Successful in 2s
Clean up test trigger
2026-06-06 11:20:30 +00:00

29 lines
862 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