From d0d20e8a969addc7bc84475cdeceb70567cba1ce Mon Sep 17 00:00:00 2001 From: Sharwin Patil Date: Thu, 2 Jan 2025 00:53:26 -0800 Subject: [PATCH] Google Analytics ID --- config.yaml | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/config.yaml b/config.yaml index b709e81..3d2f2ae 100644 --- a/config.yaml +++ b/config.yaml @@ -71,6 +71,11 @@ params: # shareButtons: # linkedin: true # email: true + analytics: + enabled: true + services: + google: + id: "G-D5RCC030C7" # specify whether you want to show Table of Contents in reading page toc: @@ -147,34 +152,3 @@ params: # Enables copy code button copyCodeButton: enable: true - - # Enable Analytics - # analytics: - # enabled: false - # services: - # cloudflare web analytics - # cloudflare: - # token: "" - # Google Analytics - # google: - # id: G-H4LBG7NDFZ - # # CounterDev - # counterDev: - # id: - # # GoatCounter - # goatCounter: - # code: - # # Matomo / Piwik - # matomo: - # instance: matomo.example.com - # siteId: 1 # Or any other number - # # Umami - # umami: - # scheme: https - # instance: umami.example.com - # id: - # # Statcounter - # statcounter: - # project: 1234567890 - # invisible: 1 - # security: deadbeef