From 8f640f4c9b2866529fc9739050acaa7a45be79e9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 14 Oct 2016 22:13:01 -0400 Subject: [PATCH] exampleSite/config.toml: Add Google Analytics example --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4601369..7568be2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,6 +8,7 @@ theme = "hugo-theme-bootstrap4-blog" paginate = 5 # optionally override the site's footer with custom copyright text # copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)." +#googleAnalytics = "UA-123-45" [permalinks] post = "/:year/:month/:title/"