aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 21:01:19 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 21:01:19 -0300
commit6cd4416ea3e59d889af913522580ab609d3ad7d4 (patch)
tree13ffff378a683714554de3df17acebad338df747
parentdc1d2cf057cbdddbbc0d61e5959672f6fe63038f (diff)
downloadhugo-bearcub-6cd4416ea3e59d889af913522580ab609d3ad7d4.tar.gz
hugo-bearcub-6cd4416ea3e59d889af913522580ab609d3ad7d4.tar.bz2
Update README with new config.toml template
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e05b0e..00b7b9a 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ enableRobotsTXT = true
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
- blogPath = "/blog" # Path to your blog section (used by RSS)
+ blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt]
title = "Bear Cub"
@@ -167,7 +167,7 @@ enableRobotsTXT = true
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
- blogPath = "/pt/blog" # Path to your blog section (used by RSS)
+ blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
[params]