From ab93ed864d09f00d2d283aa85858f3a9fa5f04d7 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 21 Mar 2022 05:51:25 +0100 Subject: [PATCH] js-free --- config.yml | 6 +++--- layouts/partials/extend_head.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index c1564be..81bd9ff 100644 --- a/config.yml +++ b/config.yml @@ -22,8 +22,8 @@ params: keywords: [Blog, Research, Security, Privacy] author: Wonderfall DateFormat: "January 2, 2006" - defaultTheme: auto # dark, light - disableThemeToggle: false + defaultTheme: dark # dark, light + disableThemeToggle: true ShowReadingTime: true ShowShareButtons: false @@ -31,7 +31,7 @@ params: ShowBreadCrumbs: true ShowCodeCopyButtons: false disableSpecial1stPost: false - disableScrollToTop: false + disableScrollToTop: true comments: false hidemeta: false hideSummary: false diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html index 19dfe6b..c7c4a77 100644 --- a/layouts/partials/extend_head.html +++ b/layouts/partials/extend_head.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file