From bdf048319110a95a3e2416939b39c54e2cd9f0b6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 20 Jul 2025 16:59:05 +0200 Subject: [PATCH] add hint to hugo and theme --- hugo.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 39497a6..27fd4c7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,10 +16,17 @@ copyright = "Copyright © Christoph Cullmann" # Generate a nice robots.txt for SEO enableRobotsTXT = true -# highlighting -pygmentsstyle = "monokai" -pygmentscodefences = true -pygmentscodefencesguesssyntax = true +# Multilingual mode config. More for information about how to setup translation, +# see https://gohugo.io/content-management/multilingual/ +[languages] + [languages.en] + title = "Ignorance is bliss..." + languageName = "en-US 🇺🇸" + LanguageCode = "en-US" + contentDir = "content" + + [languages.en.params] + madeWith = "Made with [Hugo](https://gohugo.io) & [Bear Cub](https://github.com/clente/hugo-bearcub)" [params] # dark theme only