From 86ed09e0fe61bd6abfe7649d4b4d5f3a42f5f1f0 Mon Sep 17 00:00:00 2001 From: Nour Agha <nour@agha.dev> Date: Wed, 14 Jun 2023 13:28:06 +0000 Subject: [PATCH] Syntax highlighting automatic color scheme switching (#815) --- exampleSite/config.toml | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4a0dc6f..84c4a30 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,7 +9,7 @@ # disqusShortname = "yourdiscussshortname" [markup.highlight] -style = "github-dark" +noClasses = false [params] author = "John Doe" @@ -66,10 +66,6 @@ # [params.cloudflare] # token = "token" -# If you want to use Baidu Analytics(https://tongji.baidu.com) for analytics, add this section -# [params.baidu] -# token = "token" - # If you want to use Matomo(https://matomo.org) for analytics, add this section # [params.matomo] # siteID = "ABCDE" # Default value is "1", overwrite this if you are cloud-hosting -- Gitblit v1.10.0