Add mainSections parameter to config.yaml

This commit is contained in:
2025-02-17 12:53:15 +00:00
parent 5ec6b6ea5c
commit 86a0d562d3
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# Trude's Website
Welcome to my personal website!
Here you will find my blog, computer science notes,
## Start Server ## Start Server
```sh ```sh
git submodule update --init --recursive git submodule update --init --recursive

View File

@@ -41,6 +41,8 @@ params:
defaultTheme: auto # dark, light defaultTheme: auto # dark, light
disableThemeToggle: false disableThemeToggle: false
social: true social: true
mainSections:
- posts
ShowReadingTime: true ShowReadingTime: true
ShowShareButtons: true ShowShareButtons: true