Update sections to include 'weeknote' and add weekly script to Makefile

This commit is contained in:
Fundor333
2025-03-22 19:05:28 +01:00
parent 7778efe2d1
commit 3365ff76f9
3 changed files with 9 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ 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"]
feedSections: ["post", "photos", "micro"]
commentSections: ["post", "photos", "micro"]
mainSections: ["post", "photos", "weeknote"]
feedSections: ["post", "photos", "micro", "weeknote"]
commentSections: ["post", "photos", "micro", "weeknote"]
suggestionSections: ["post"]
toc: false # set to false to disable table of contents 'globally'
tocOpen: false # set to true to open table of contents by default