From 92e7b92a489b739f2b297451b39fd5273b277972 Mon Sep 17 00:00:00 2001 From: JB515 Date: Sat, 20 Apr 2024 22:42:58 +0100 Subject: [PATCH] Disable darkmode and enable view tracking --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 98b8029b..16eddd26 100644 --- a/_config.yml +++ b/_config.yml @@ -397,14 +397,14 @@ lazy_loading_images: true # enables lazy loading of images (recommended) # Optional Features # ----------------------------------------------------------------------------- -enable_google_analytics: false # enables google analytics +enable_google_analytics: true # enables google analytics enable_cronitor_analytics: false # enables cronitor RUM analytics enable_google_verification: false # enables google site verification enable_bing_verification: false # enables bing site verification enable_masonry: true # enables automatic project cards arrangement enable_math: true # enables math typesetting (uses MathJax) enable_tooltips: false # enables automatic tooltip links generated for each section titles on pages and posts -enable_darkmode: true # enables switching between light/dark modes +enable_darkmode: false # enables switching between light/dark modes enable_navbar_social: false # enables displaying social links in the navbar on the about page enable_project_categories: true # enables categorization of projects into multiple categories enable_medium_zoom: true # enables image zoom feature (as on medium.com)