Solitude Docs

Equipment

Create the built-in equipment page and its grouped data.

Create source/kit/index.md and point data to a file under source/_data without the extension:

---
title: Equipment
type: kit
data: equipment
banner: true
desc: Tools I use every day
cover: /img/kit-cover.jpg
comment: true
aside: false
---
# source/_data/equipment.yml
- class_name: Computers
  description: Development machines
  equipment_list:
    - name: Laptop
      image: /img/equipment/laptop.jpg
      specification: 16 GB / 1 TB
      description: Main development computer
      link: /posts/my-setup/

External link values open in a new tab; local links stay within the site. A configured comment provider enables the reply shortcut on each item.