From 2ff55af49c4cf347ba8c2e45864203ff63cea0e5 Mon Sep 17 00:00:00 2001 From: jpvicari Date: Tue, 9 Apr 2019 15:41:57 -0400 Subject: Add Twitter card meta tags and Twitter config params (#192) * Add Twitter card meta tags and Twitter config params * Add absURL filter to Twitter card image --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6653731..3a9f8fd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -70,6 +70,10 @@ paginate = 10 defaultKeywords = ["devows", "hugo", "go"] defaultDescription = "Site template made by devcows using hugo" + # Twitter + twitter = "GoHugoIO" + twitterImage = "img/twitter-default.png" + # Google Maps API key (if not set will default to not passing a key.) googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y" -- cgit v1.2.3