diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3541a4d..a78b5d6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,7 +3,8 @@ baseURL = "https://example.com" theme = "researcher" disableKinds = ["taxonomy", "term"] enableEmoji = true -math = false # enable KaTeX (https://katex.org/) globally +math = false # enable KaTeX (https://katex.org/) globally +googleAnalytics = "" # add your tracking id [params] author = "Olivier Roques" |