From dac4024abcfea76f14522a84bee4b7258c37b72d Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Wed, 20 Aug 2025 21:36:19 +0200 Subject: Language selection & theme toggle --- hugo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index ae54cbe..8120249 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,8 @@ baseURL = "https://example.org/" languageCode = "en-US" title = "Your Website Name" +enableRobotsTXT = true # Copy this line to your project's hugo.toml + [frontmatter] # {{ .Date }} will look for publishDate or aliases first, fallback to date date = ["publishdate", "pubdate", "published", "date"] @@ -32,8 +34,8 @@ title = "Your Website Name" weight = 40 [params] + # Set logo to empty string in your project's hugo.toml if you want to display site.Title instead + logo = "/logo.svg" [params.author] name = "Your Name" email = "your@email.com" - # Set logo to empty string in your hugo.toml if you want to display site.Title instead - logo = "logo.svg" -- cgit v1.2.3