hexo 简单使用教程

hexo 文章创建命令

1
hexo new [post | page | draft] "name"

为文章添加 tag 和 category

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---

title: hexo 简单使用教程

date: 2024-11-19 16:37:54

---

# 在类似如上的 Front-matter 中添加以下内容

tags:

  - hello-world

categories:

  - 编程