From 4e4d20dce140be4392fc370db73ba0aea884b9f8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 19 Sep 2016 08:02:40 +0300 Subject: [PATCH] exampleSite/config.toml: Update config options for new features --- exampleSite/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7ae7351..3ac48e9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -44,3 +44,18 @@ theme = "hugo-theme-bootstrap4" # How many posts to show on the homepage (Default: 5) #num_recent_posts = 2 + + [params.social] + # Optional, used for attribution in Twitter cards + # See: https://dev.twitter.com/cards/types/summary-large-image + twitter_username = "@username" + + [params.sharingicons] + # Hide the sharing icons on posts? (Default: false) + hide = false + + # Optionally, set any of these to false to hide them: + #facebook = true + #googleplus = true + #linkedin = true + #twitter = true