From adb8d5737ea21b7569a2ebbcd88c85187f6fa588 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 9 May 2022 11:11:20 +0800 Subject: [PATCH] :wrench: Chore: change giscus dark theme and enable PWA --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 907e1b5c..84d0e1ae 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -536,7 +536,7 @@ enableEmoji = true images = ["/logo.png"] # enable PWA since v0.2.12 # 开启 PWA 支持 since v0.2.12 - enablePWA = false + enablePWA = true # whether to add external Icon for external links automatically since v0.2.14 # 是否自动显示外链图标 since v0.2.14 externalIcon = true @@ -941,7 +941,7 @@ enableEmoji = true emitMetadata = "0" inputPosition = "bottom" # top, bottom lightTheme = "light" - darkTheme = "dark" + darkTheme = "dark_dimmed" lazyLoad = true # Third-party library config # 第三方库配置