Separate twitter card params
This commit is contained in:
parent
b39a2e93b7
commit
6f5e42002e
@ -98,14 +98,19 @@ paginate = 5
|
|||||||
# it's set to `true` by default
|
# it's set to `true` by default
|
||||||
# oneHeadingSize = false
|
# oneHeadingSize = false
|
||||||
|
|
||||||
|
[params.twitter]
|
||||||
|
# set Twitter handles for Twitter cards
|
||||||
|
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
||||||
|
# do not include @
|
||||||
|
creator = ""
|
||||||
|
site = ""
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
title = "Terminal"
|
title = "Terminal"
|
||||||
subtitle = "A simple, retro theme for Hugo"
|
subtitle = "A simple, retro theme for Hugo"
|
||||||
owner = ""
|
owner = ""
|
||||||
twitterOwner = "" #Site Owner Twitter handle - do not include @
|
|
||||||
twitterSite = "" #Site Twitter handle - do not include @
|
|
||||||
keywords = ""
|
keywords = ""
|
||||||
copyright = ""
|
copyright = ""
|
||||||
menuMore = "Show more"
|
menuMore = "Show more"
|
||||||
|
Loading…
Reference in New Issue
Block a user