mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +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
|
## Start Server
|
||||||
```sh
|
```sh
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user