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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 02:27:04 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 02:27:04 +0300
commit06277bf67c08dd5b5226db5a5f2135278461c57c (patch)
tree04e45654abc16e56c3066c4b1ded9d61e8bf6db1 /exampleSite
parentbbb26781412a2c43c25ff8dd39952e235bb23603 (diff)
:sparkles: Add Google Analytics support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8e6d3bc..198b0cd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,4 +4,7 @@ baseURL = "http://localhost:1313/"
theme = "../.."
[params.posts]
- foldername = "post" \ No newline at end of file
+ foldername = "post"
+
+[params.settings]
+ googleanalytics = "UA-113904582-3" \ No newline at end of file