ojroques / hugo-researcher

A simple resume theme for Hugo
GNU General Public License v3.0
229 stars 130 forks source link

Add support for cookie consent with Google Analytics 4 #34

Closed FraBle closed 1 year ago

FraBle commented 1 year ago

This PR adds support for Cookie Consent based on the Hugo Addon by Hugo Codex. It does so by moving the Hugo-internal Google Analytics template into the partials of the theme and only loading the Google Analytics JavaScript code once the user provided the consent.
I extended the plugin from Hugo Codex to allow loading from external sources (e.g. directly from Google) in addition to the original local loading from (/js)

ojroques commented 1 year ago

Thanks!