summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml6
1 files changed, 4 insertions, 2 deletions
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"