From 86a0d562d3399270f7832195f4b8567154847b3a Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 17 Feb 2025 12:53:15 +0000 Subject: [PATCH] Add mainSections parameter to config.yaml --- README.md | 6 ++++++ config.yaml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 8578d62..eed49c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Trude's Website + +Welcome to my personal website! + +Here you will find my blog, computer science notes, + ## Start Server ```sh git submodule update --init --recursive diff --git a/config.yaml b/config.yaml index af49916..c78c7f6 100644 --- a/config.yaml +++ b/config.yaml @@ -41,6 +41,8 @@ params: defaultTheme: auto # dark, light disableThemeToggle: false social: true + mainSections: + - posts ShowReadingTime: true ShowShareButtons: true