diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:41:36 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:41:36 -0300 |
commit | bf804a08146afba3530671b4a99f31a9f5ae577d (patch) | |
tree | 19b47fece23344c9ba258472e9e12a770e135a64 /exampleSite | |
parent | 77893ccf469ace26f2fb32583777f6af3a281e87 (diff) | |
download | hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.gz hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.bz2 |
Improved RSS template
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
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] |