From b80a2a077259c43f88db68fbfecb3ee95e9888f8 Mon Sep 17 00:00:00 2001 From: Tessa Date: Sat, 6 Jun 2026 11:20:30 +0000 Subject: [PATCH] Clean up test trigger --- hugo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index 66fb266..06f9931 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,6 @@ languageCode = 'nl' defaultContentLanguage = 'nl' title = 'holoshaii' theme = 'PaperMod' - [params] description = "Tessa's blog — dev, gaming, transitie, en meer" author = 'Tessa' @@ -15,21 +14,16 @@ theme = 'PaperMod' 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 -