Skip to content

Commit

Permalink
Merge branch 'main' into add_researchgate
Browse files Browse the repository at this point in the history
  • Loading branch information
dietervansteenwegen authored Feb 12, 2024
2 parents b813e8e + f1c9851 commit f48be6b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/en/sections/accomplishments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ section:
name: Accomplishments
id: accomplishments
enable: true
weight: 8
weight: 9
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
Expand Down
2 changes: 1 addition & 1 deletion data/en/sections/achievements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ section:
name: Achievements
id: achievements
enable: true
weight: 9
weight: 10
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
Expand Down
12 changes: 12 additions & 0 deletions data/en/sections/featured-posts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
section:
name: Featured Posts # Title of section (default: "")
id: featured-posts # url id/slug of section *Required*
enable: true # Boolean to determine if this section is enabled (default: false)
weight: 7 # 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)

# posts to feature
posts:
- markdown-sample
- shortcodes
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
id: recent-posts
enable: true
weight: 7
weight: 8
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
Expand Down

0 comments on commit f48be6b

Please sign in to comment.