This commit is contained in:
Christoph Cullmann 2025-07-19 21:46:51 +02:00
parent 6e613d7b15
commit 5992869fd3
No known key found for this signature in database
93 changed files with 9485 additions and 1277 deletions

View file

@ -2,7 +2,7 @@
baseURL = "https://cullmann.dev"
# the name of the theme to use
theme = 'hugo-bearblog'
theme = 'archie'
# basic metadata
title = "Ignorance is bliss..."
@ -18,6 +18,12 @@ disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[params]
# dark theme only
mode="dark"
# all stuff on my server
useCDN = false
# The "description" of your website. This is used in the meta data of your generated html.
description = "Christoph Cullmann's web site"