From cad28880ce4a8821a581638907969175740fb283 Mon Sep 17 00:00:00 2001 From: suelynnmah Date: Thu, 25 Apr 2024 15:08:30 +0100 Subject: [PATCH] Test navigation sidebar --- _config.yml | 2 ++ _data/navigation.yml | 25 ++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index fe68042..9fbea47 100644 --- a/_config.yml +++ b/_config.yml @@ -295,3 +295,5 @@ defaults: comments: # true share: true related: true + sidebar: + nav: "posts" diff --git a/_data/navigation.yml b/_data/navigation.yml index 58a80a1..c58eee0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -11,4 +11,27 @@ main: # - title: "Sample Collections" # url: /collection-archive/ # - title: "Sitemap" - # url: /sitemap/ \ No newline at end of file + # 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/ \ No newline at end of file