Update sections to include 'weeknote' and add weekly script to Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
<i class="fa-regular fa-thought-bubble fa-flip-horizontal"></i>
|
||||
{{ else if eq .Type "photos" }}
|
||||
<i class="fa-regular fa-camera-retro"></i>
|
||||
{{ else if eq .Type "weeknote" }}
|
||||
<i class="fa-regular fa-alien-8bit"></i>
|
||||
{{ else }}
|
||||
<i class="fa-regular fa-cookie-bite"></i>
|
||||
{{ end}}
|
||||
|
||||
Reference in New Issue
Block a user