Skip to content

Commit

Permalink
Merge pull request #14 from suelynnmah/main
Browse files Browse the repository at this point in the history
Test navigation sidebar
  • Loading branch information
suelynnmah committed Apr 25, 2024
2 parents 54c17b2 + cad2888 commit e5ef5e6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,5 @@ defaults:
comments: # true
share: true
related: true
sidebar:
nav: "posts"
25 changes: 24 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,27 @@ main:
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
# url: /sitemap/

posts:
- title: Contributor Stories
children:
- title: "Abbey Roelofs"
url: https://blog.psychopy.org/contributor%20stories/abbey-roelofs/
# - title: "Structure"
# url: /docs/structure/
# - title: "Installation"
# url: /docs/installation/
# - title: "Upgrading"
# url: /docs/upgrading/

- title: General blogs
children:
- title: "The origins of PsychoPy"
url: https://blog.psychopy.org/general%20blog/psychopy_origins/
# - title: "Structure"
# url: /docs/structure/
# - title: "Installation"
# url: /docs/installation/
# - title: "Upgrading"
# url: /docs/upgrading/

0 comments on commit e5ef5e6

Please sign in to comment.