nehalist / gatsby-theme-nehalem

A Gatsby blog theme.
https://nehalem.netlify.com/
168 stars 60 forks source link

How to add GDPR banner? #31

Closed bellons91 closed 1 year ago

bellons91 commented 1 year ago

Hello there.

In about one month, blogs that do not display GDPR banners won't be able to use Google Analytics and Google Tag Manager on their site.

From my understanding, we have to add a CookieConsent section in the layout.js file:

import CookieConsent from 'react-cookie-consent';

<CookieConsent
          location="bottom"
          buttonText="Accept"
          declineButtonText="Decline"
          cookieName="gatsby-gdpr-google-analytics">
This site uses cookies ...
</CookieConsent>

As specified here: https://www.improvebadcode.com/gatsby-gdpr-cookie-consent/

I can't find that file.

Can you please add the cookie consent banner to the theme?

nehalist commented 1 year ago

Hey there,

I'm currently not actively developing this theme, since I haven't used Gatsby for quite some time. But feel free to open a PR to add desired features.

Cheers, Kevin