Add Google Analytics.
This commit is contained in:
parent
f569f1dadc
commit
a9d7abe9c8
|
@ -2,6 +2,7 @@ baseURL = 'https://freyjaskiss.com/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = "Freyja's Kiss"
|
title = "Freyja's Kiss"
|
||||||
theme = 'mainroad'
|
theme = 'mainroad'
|
||||||
|
googleAnalytics = 'G-MDLYY91KV0'
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -17,6 +18,9 @@ dateformat = '2006-01-02'
|
||||||
post_meta = ["date", "author", "tags"]
|
post_meta = ["date", "author", "tags"]
|
||||||
customCSS = ["css/custom.css"]
|
customCSS = ["css/custom.css"]
|
||||||
readmore = true
|
readmore = true
|
||||||
|
twitter_cards = true
|
||||||
|
opengraph = true
|
||||||
|
schema = true
|
||||||
|
|
||||||
[Params.sidebar]
|
[Params.sidebar]
|
||||||
home = "right"
|
home = "right"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user