Starting for micro

This commit is contained in:
fundor333
2025-01-18 00:56:05 +01:00
parent 6e77313e5a
commit 866723ba70
8 changed files with 39 additions and 17 deletions

View File

@@ -7,6 +7,10 @@ main:
name: "Blog"
url: "/post"
weight: 20
- pageRef: "/micro"
name: "Micro"
url: "/micro"
weight: 22
- pageRef: "/photos"
name: "Photos"
url: "/photos"

View File

@@ -7,7 +7,7 @@ defaultColor:
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
# the default value is set to 'auto'.
# You can take a look at layouts/index.html for more information.
mainSections: ["post", "photos"]
mainSections: ["post", "photos", "micro"]
toc: false # set to false to disable table of contents 'globally'
tocOpen: false # set to true to open table of contents by default
goToTop: true # set to false to disable 'go to top' button