Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpvicari <jpvicari@users.noreply.github.com>2019-04-09 22:41:57 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-04-09 22:41:56 +0300
commit2ff55af49c4cf347ba8c2e45864203ff63cea0e5 (patch)
tree4dfc505283cbe9cf5acb52cdc8f837957fbc0fd2 /exampleSite/config.toml
parent3dd84077b9ea19ddc6af6fe32d39c8d4da8c56dd (diff)
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
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
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"