Test Customised Sidebar of Jekyll Theme Minimal Mistakes
Aug. 18, 2022
在 YAML Front Matter 中写入:
1
2
3
4
5
6
7
8
sidebar:
- title: "Title"
image: "/images/PeakyBlinders1.jpg"
image_alt: "image"
text: "Some text here."
- title: "Another Title"
text: "More text here."
nav: sidebar-sample
其中 nav
的参数 sidebar-sample
的设置参考:Layout: Sidebar with Navigation List - Minimal Mistakes (mmistakes.github.io)
References
[1] https://mmistakes.github.io/minimal-mistakes/layout-sidebar-custom/