diff --git a/data/en/sections/recent-posts.yaml b/data/en/sections/recent-posts.yaml index 620d0e0..a3d3054 100644 --- a/data/en/sections/recent-posts.yaml +++ b/data/en/sections/recent-posts.yaml @@ -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) diff --git a/data/en/sections/skills.yaml b/data/en/sections/skills.yaml index 77486d8..784e4cc 100644 --- a/data/en/sections/skills.yaml +++ b/data/en/sections/skills.yaml @@ -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