athul / archie

A minimal Hugo Theme
https://athul.github.io/archie
MIT License
1.01k stars 308 forks source link

Google analytics integration #4

Closed vinayrkumar closed 4 years ago

vinayrkumar commented 4 years ago

Hi , should adding the following in the config work ?

Your Google analytics code.

googleAnalytics = "UA-123-45" Or is the GA integration still not available in this theme ?

-Thanks

athul commented 4 years ago

It should basically since Hugo has an inbuilt integration for adding Google Analytics Scripts and it's used in the theme too,

googleAnalytics = "UA-123-45"

Should work since https://github.com/athul/archie/blob/d4d89535c8b1a2a8aca0b748a367c5c6cd253f85/themes/archie/layouts/partials/footer.html#L8-L11

is present here

vinayrkumar commented 4 years ago

Works. It was incorrect GA setup. Thanks