-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add recent-posts section and edit certifications title
- Loading branch information
Showing
4 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: 4 # 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: false # Can optionally hide the title in sections (default: false) | ||
numShow: 4 # Can optionally increase the number of posts to display (default: 3) | ||
showMoreButton: true #Can optionally show 'More Posts' button (default: false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters