34 lines
867 B
TOML
34 lines
867 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
|