Is it possible to add google analytics to this theme?
I apologize for the silly question, but I am also new to hugo itself. Thanks..
Think I found the answer.. assuming it will work with this theme
https://gohugo.io/templates/internal/#configure-google-analytics
It's already supported, you only need to add the following to your config.toml outside of [params]:
googleAnalytics = "UA-xxxxxxxxx-1"
...
[params]
...
thanks @khos2ow
@khos2ow Do you know if this theme supports showing the git commit in the footer? I've seen it in/on other themes.
@dalenoe no it doesn't. But what is the use case of it?
I guess it would be useful for a open source, collaboration based website, which the content can be updated through individual PRs.
I personally haven't needed it. @luizdepra may be we can add this in v2 if time allows and other higher priority items were done?
@khos2ow, ok. We can add it.
@dalenoe, could you please create and feature request (issue) with some examples?
Sure thing. For the record, I can possibly contribute. I almost have it working on my personal site.
Most helpful comment
It's already supported, you only need to add the following to your
config.tomloutside of[params]: