Post

Layout: Sidebar Custom

This post has a custom sidebar set in the post’s YAML Front Matter.

An example of how that YAML could look is:

1
2
3
4
5
6
7
8
sidebar:
  - title: "Title"
    image: "/assets/images/your-image.jpg"
    image_alt: "image"
    text: "Some text here."
  - title: "Another Title"
    text: "More text here."
    nav: sidebar-sample
This post is licensed under CC BY 4.0 by the author.