Skip to content

Commit

Permalink
change sections order
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Nov 8, 2024
1 parent 845e7c4 commit 0f3593d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/en/sections/recent-posts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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)
weight: 2 # 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)
Expand Down
2 changes: 1 addition & 1 deletion data/en/sections/skills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ section:
name: Skills
id: skills
enable: true
weight: 2
weight: 4
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
Expand Down

0 comments on commit 0f3593d

Please sign in to comment.