aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 15:41:36 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 15:41:36 -0300
commitbf804a08146afba3530671b4a99f31a9f5ae577d (patch)
tree19b47fece23344c9ba258472e9e12a770e135a64 /exampleSite
parent77893ccf469ace26f2fb32583777f6af3a281e87 (diff)
downloadhugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.gz
hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.bz2
Improved RSS template
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b6c67c8..b9fc796 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,7 +33,6 @@ enableRobotsTXT = true
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
- 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"
@@ -41,7 +40,6 @@ enableRobotsTXT = true
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
- blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
[params]