Hexo基础命令

Hexo命令

基础命令

1
2
3
4
5
6
7
8
# 清除缓存
hexo clean

# 生成文件
hexo g[generate]

# 部署
hexo d[deploy]

创建基础功能页面

1
2
3
4
5
6
7
8
9
10
11
12
# 创建【分类(categories)】选项
hexo new page categories

# source/categories/index.md 中添加
# type: "categories"


# 创建【标签(tags)】选项
hexo new page tags

# source/tags/index.md 中添加
# type: "tags"

Hexo基础命令
http://example.com/2024/10/24/Hexo基础命令/
Author
J1aHe
Posted on
October 24, 2024
Licensed under