Add Google Analytics tracking

Following guidance such as
[here](https://gideonwolfe.com/posts/sysadmin/hugo/hugogoogleanalytics/).
This commit is contained in:
Jack Jackson 2021-12-28 09:19:06 -08:00
parent 02f48db6f6
commit 68fde7bd75

View File

@ -2,6 +2,7 @@ baseURL = 'https://blog.scubbo.org/'
languageCode = 'en-us'
title = "Jack Jackson's Blog"
theme = "ananke"
googleAnalytics = "UA-216020156-1"
SectionPagesMenu = "main"