0x-jerry / vscode-hexo-utils

vscode sidebar for hexo.
https://marketplace.visualstudio.com/items?itemName=fantasy.vscode-hexo-utils
MIT License
47 stars 11 forks source link

不显示categories #48

Closed CCandle closed 2 years ago

CCandle commented 2 years ago

环境:

front-matter 示例:

---
title: Git 分支管理策略
date: 2021-11-07T03:05:08+08:00
tags:
    - Git
category:
    - 开发工具
excerpt: Git是一个强大的多分支版本管理软件。好的分支策略能发挥它最大的效用——多人协作开发。当然,单人开发时拥有好的分支管理策略也对项目有着巨大的帮助。
---

image 附上tree目录 http://[preview.blog.ccandle.top/tree.txt](http://preview.blog.ccandle.top/tree.txt)*(临时链接)*

0x-jerry commented 2 years ago

插件识别的是 categories,不是 category

---
categories:
    - 开发工具
---
0x-jerry commented 2 years ago

Hexo 预定义的参数也是 categorieshttps://hexo.io/zh-cn/docs/front-matter.html