diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 19:37:50 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 19:37:50 -0300 |
commit | f0643ea03875393d30f44fba235de145eb71bbdb (patch) | |
tree | 0b1cc22eac9fc688a7a4e5861c5a1998a3d5cede /exampleSite/config.toml | |
parent | 488fcc401fa605a5d79fbf98754556de2cf09d18 (diff) | |
parent | bd5d81f18c0fdb9be3506af5a984cac64fae81f2 (diff) | |
download | hugo-bearcub-f0643ea03875393d30f44fba235de145eb71bbdb.tar.gz hugo-bearcub-f0643ea03875393d30f44fba235de145eb71bbdb.tar.bz2 |
Merge branch 'main' into style/herman
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d5eff2b..6fe641f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,11 +7,6 @@ defaultContentLanguage = "en" # Generate a nice robots.txt for SEO enableRobotsTXT = true -# Your name. For more information on why this must be a list, see -# https://discourse.gohugo.io/t/site-author-usage/31459/8 -[author] - name = "John Doe" - # Setup syntax highlighting without inline styles. For more information about # why you'd want to avoid inline styles, see # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles @@ -76,7 +71,12 @@ 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 footer so readers can reply to posts + [params.social] twitter = "example" # Twitter handle (without '@') facebook_admin = "0000000000" # Facebook Page Admin ID + + # Author metadata. This is mostly used for the RSS feed of your site, but the + # email is also added to the footer of each post + [params.author] + name = "John Doe" # Your name as shown in the RSS feed metadata + email = "me@example.com" # Added to the footer so readers can reply to posts |