diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 14:39:39 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 14:39:39 -0300 |
commit | a98c11f5f75c3e1f0b85e74521d088c7dd3a9958 (patch) | |
tree | 69fc10c744ef1389e3796636f4756d66698e3e86 /exampleSite | |
parent | 3b1e9390206f22da0a0f7d94d4e585ff61944550 (diff) | |
download | hugo-bearcub-a98c11f5f75c3e1f0b85e74521d088c7dd3a9958.tar.gz hugo-bearcub-a98c11f5f75c3e1f0b85e74521d088c7dd3a9958.tar.bz2 |
Add social links to config
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cda1d21..d487ac0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -61,8 +61,12 @@ enableRobotsTXT = true # formatting, see https://gohugo.io/functions/format/ dateFormat = "2006-01-02" - # Your email, added to the navbar so readers can reply to your posts - email = "me@example.com" + # 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 + twitter = "example" # Twitter handle (without '@') + facebook_admin = "0000000000" # Facebook Page Admin ID # (EXPERIMENTAL) If your blog is multilingual but you haven't translated a # page, this theme will create a disabled link. By setting `hideUntranslated` |