diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:50:58 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:50:58 -0300 |
commit | 26fa3804af6130fca1d3b3e2e8e598c2b89289c9 (patch) | |
tree | 538ddff45b5aa4c6c20722d429782f8f767f50c2 /exampleSite | |
parent | d796205bf80157a95fe92cb2a4d11b785fd6359f (diff) | |
parent | 88edea7e8ab507cb2f48d0a3cb64b6c9fad8409e (diff) | |
download | hugo-bearcub-26fa3804af6130fca1d3b3e2e8e598c2b89289c9.tar.gz hugo-bearcub-26fa3804af6130fca1d3b3e2e8e598c2b89289c9.tar.bz2 |
Merge remote-tracking branch 'origin/main' into style/herman
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3b68b53..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] @@ -79,6 +77,6 @@ enableRobotsTXT = true # Social media. Delete any item you aren't using to make sure it won't show up # in your website's metadata. [social] - email = "me@example.com" # Added to the navbar so readers can reply to posts + email = "me@example.com" # Added to the footer so readers can reply to posts twitter = "example" # Twitter handle (without '@') facebook_admin = "0000000000" # Facebook Page Admin ID |