Update params.yaml to include "micro" in mainSections and clear secondarysections; adjust index.html to display last 20 posts in recent sections

This commit is contained in:
Fundor333
2025-08-05 03:10:26 +02:00
parent 6a3817244a
commit 3dadead8d6
3 changed files with 7 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ 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", "weeknote", "now"]
secondarysections: ["micro"]
mainSections: ["post", "photos", "weeknote", "now", "micro"]
secondarysections: []
feedSections: ["post", "photos", "micro", "weeknote"]
commentSections: ["post", "photos", "micro", "weeknote", "series"]
suggestionSections: ["post"]