Had to add following to the navigation.yml file:
pages:
- title: "Kubernetes Study Journal"
url: /k8s/
and the following to the main _config.yml:
# Defaults
defaults:
# _posts
- scope:
path: ""
#type: posts
values:
layout: single
author_profile: true
read_time: true
comments: # true
share: true
related: true
# Here is the new part:
sidebar:
nav: pages
https://jekyllrb.com/docs/variables/
Did my daily Wim tutor practice and then found a nice rabbit hole in Youtube again. First ran into this interesting live coding video https://www.youtube.com/watch?v=2WPC8rZQvQU which pointed me towards a tool called fzf https://www.youtube.com/watch?v=qgG5Jhi_Els