Fix photo

This commit is contained in:
fundor333
2025-01-16 20:15:41 +01:00
parent ac1765a6df
commit a541364a0c
90 changed files with 490 additions and 4 deletions

View File

@@ -7,6 +7,10 @@ main:
name: "Blog"
url: "/post"
weight: 20
- pageRef: "/photos"
name: "Photos"
url: "/photos"
weight: 25
- pageRef: "/feeds"
name: "Feeds"
url: "/feeds"

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"]
mainSections: ["post", "photos"]
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