My Gear

Learn how to configure My Gear page for the Solitude theme.

Configuring the Page

Open a terminal in the root directory of your Hexo blog and run the following command to create a new page:

hexo new page kit

Creating the Data File

This will generate a kit folder in your blog's source directory containing an index.md file.

Next, add the page type and data values inside this file.

Reference (modify as needed):

index.md
---
title: My Gear
date: 2025-07-14 18:17:52
type: kit
data: kit
cover: ''
desc: 实物装备推荐
leftend: 跟 王卓Sco 一起享受科技带来的乐趣
rightend: ''
---

Create a _data folder in the source directory of your blog, then create a file named kit.yml inside it.

Configure your gear here using the template below:

kit.yml
- class_name: 生产力
  description: 提升自己生产效率的硬件设备
  equipment_list:
      - name: 群晖 DS920+
        specification: 性价比超高
        description: 很棒的网络存储解决方案以及流媒体传输服务器
        image: https://7.isyangs.cn/1/65eb3d5f8057b-1.png
      - name: iPhone 12 Pro Max
        specification: 海蓝色 / 1TB
        description: 功能强大,外观抢眼,设计耐用。
        image: https://7.isyangs.cn/1/65eb3d70c59d9-1.png
        link: https://support.apple.com/kb/SP832?locale=zh_CN
- class_name: 出行
  description: 用来出行的实物及设备
  equipment_list:
     - name: AirPods Pro
       specification: 标准版
       description: 可以说是非常强的耳机了,还有好几次固件大幅度更新。apple生态只要有两个设备及以上,必入。
       image: https://7.isyangs.cn/1/65eb3d84dea25-1.png
       link: https://www.apple.com.cn/airpods-pro/

File Structure Reference

Field Descriptions

FieldRequiredDescription
class_nameEquipment category title
descriptionCategory description text
equipment_listList of equipment items
nameEquipment name
imageImage URL
specificationDetailed equipment specs
descriptionEquipment description
linkInternal link (shows "View Article" button)