This commit is contained in:
Larshavin 2024-12-27 17:07:25 +09:00
parent 047bb517cb
commit 108c335b62
29 changed files with 706 additions and 752 deletions

View file

@ -0,0 +1,10 @@
# section information
section:
name: Recent Posts # Title of section (default: "")
id: recent-posts # url id/slug of section *Required*
enable: true # Boolean to determine if this section is enabled (default: false)
weight: 6 # Order to display section in (default: alphabetical followed by weight)
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
hideTitle: true # Can optionally hide the title in sections (default: false)
numShow: 4 # Can optionally increase the number of posts to display (default: 3)
showMoreButton: false #Can optionally show 'More Posts' button (default: false)