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:
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
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
Your My Gear configuration is now complete! 🎉
File Structure Reference
Field Descriptions
Field | Required | Description |
---|---|---|
class_name | ✓ | Equipment category title |
description | Category description text | |
equipment_list | ✓ | List of equipment items |
name | ✓ | Equipment name |
image | ✓ | Image URL |
specification | Detailed equipment specs | |
description | Equipment description | |
link | Internal link (shows "View Article" button) |