mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
Add mainSections parameter to config.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -41,6 +41,8 @@ params:
|
||||
defaultTheme: auto # dark, light
|
||||
disableThemeToggle: false
|
||||
social: true
|
||||
mainSections:
|
||||
- posts
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: true
|
||||
|
||||
Reference in New Issue
Block a user