From 9d5ada20177170d5fcdc7085a06aa355920cc4c5 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 8 Jul 2023 22:09:42 -0400 Subject: [PATCH] Add Google Analytics --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 7aa0955..e2dd1cd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,8 +4,10 @@ title = 'rtj.dev' paginate = 10 theme = 'PaperMod' enableEmoji = true +googleAnalytics = 'G-9BHN5G7N67' [params] +env = 'production' author = 'Roland Thomas Jr' defaultTheme = 'auto' ShowShareButtons = true @@ -14,6 +16,7 @@ ShowPostNavLinks = true ShowRssButtonInSectionTermList = true comments = true ShowReadingTime = true +ShowToc = false [params.homeInfoParams] Title = "Roland Thomas Jr \U0001F525"