init
This commit is contained in:
parent
047bb517cb
commit
108c335b62
29 changed files with 706 additions and 752 deletions
10
data/en/sections/posts.yaml
Normal file
10
data/en/sections/posts.yaml
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue