diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-20 21:36:19 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-20 21:36:19 +0200 |
| commit | dac4024abcfea76f14522a84bee4b7258c37b72d (patch) | |
| tree | 1aa3c2e0af122d5c0feb4360850476fd55d3831e /hugo.toml | |
| parent | f0506acd6f70da636b8fdb23439c85bbf2392b40 (diff) | |
Language selection & theme toggle
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |
