diff options
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" |
