paulremo / NRPMHandbook

Repository to store and track the development on the ADS/Matrisk project for developing a jupyter book of the NRPM handbook.
Other
1 stars 1 forks source link

Add consent banner for google analytics #101

Open paulremo opened 3 days ago

paulremo commented 3 days ago

A consent banner has to be added to comply with EU regulations. This can be done through Google Analytics with consentmanager, by adding the following tag to each html file:

<script type="text/javascript" data-cmp-ab="1" src="https://cdn.consentmanager.net/delivery/autoblocking/b5dc74df41c9f.js" data-cmp-host="a.delivery.consentmanager.net" data-cmp-cdn="cdn.consentmanager.net" data-cmp-codesrc="16"></script>

One way to do this is by extending the jupyter-book-theme theme as described here, however, this requires updating jupyter-book from v0.13.2, which entails some breaking changes.

paulremo commented 6 hours ago

Related to #102