From bb679d348edf69e2e8f66ca978e2578783fda613 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Mon, 25 Nov 2024 17:56:37 -0600 Subject: [PATCH] disable cookie consent popup --- mkdocs.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c700077..1555fda 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,18 +101,18 @@ theme: extra: analytics: provider: posthog - consent: - actions: - - accept - - reject - - manage - title: Analytics Cookie - description: >- - PostHog's browser cookie gives me insights into how you interact with .wiki
- Rejecting the cookie will not affect your experience with the site.

- I do however, ask that you please accept it in order to help me build a more effective website. - cookies: - analytics: PostHog + # consent: + # actions: + # - accept + # - reject + # - manage + # title: Analytics Cookie + # description: >- + # PostHog's browser cookie gives me insights into how you interact with .wiki
+ # Rejecting the cookie will not affect your experience with the site.

+ # I do however, ask that you please accept it in order to help me build a more effective website. + # cookies: + # analytics: PostHog generator: false social: - icon: simple/mastodon