From b522ff81e0b5156c04ac85fe7ad36210666a9949 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Tue, 24 Nov 2020 10:50:26 +0100 Subject: Add Google Analytics option to example site --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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" -- cgit v1.2.3