Hi, I am new to jekyll and having trouble to add a side bar on my blog.
I simply downloaded as a desktop zip file from the minimal mistake github page and delete all unnecessary parts like instructions recommended. Then, followed below instructions
- Added the test sidebar block to
_data/navigation.yml
docs:
- title: Getting Started
children:
- title: "Quick-Start Guide"
url: /docs/quick-start-guide/
- title: "Structure"
url: /docs/structure/
- title: "Installation"
url: /docs/installation/
- title: "Upgrading"
url: /docs/upgrading/
- Added the following into the
_config.yml
on Defaults
# _docs
- scope:
path: ""
type: docs
values:
sidebar:
nav: "docs"
But, the side bar does not show on my blog. Could sb give me any advices?