How to Integrate Google Analytics Into Hugo PaperMod Theme

As I’m setting up my shiny new blog, I stuck at Google Analytics integration. It looks like official PaperMod lacks some documentation on this topic. So… there is what worked for me. Don’t use analytics.google.SiteVerificationTag directive mentioned somewhere in the PaperMod docs or whatever. Instead, we will stick with more idiomatic Hugo Docs approach and use this stanza: 1 2 3 services: googleAnalytics: id: G-XXXXXXX Just stick in somewhere in hugo.yaml config file. And make sure, you have right spacing for every line. 2 and 4 spaces in this case for 2nd and 3rd line. Yaml format/language is very picky about the spaces. ...

2024 Feb 22 · Dzintars