Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

1、配置类命令

(1)预览命令

1
hexo s

点击并拖拽以移动

(2)上传本地仓库:

1
hexo g

点击并拖拽以移动

(3)提交:

1
hexo d

点击并拖拽以移动

(4)更换主题:

在_config.yml文件中:注意属性后面要跟着

1
2
3
4
5
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: volantis
##更改此处即可

点击并拖拽以移动

更改完之后,需要依据主题说明,进行安装,一般为 :npm i xxx,如下:

1
npm i hexo-theme-volantis

点击并拖拽以移动

2、使用类命令

(1)新建博客:

1
hexo new "博客名字"

点击并拖拽以移动

(2)新建页面–name:

1
hexo new page "name"

点击并拖拽以移动

img点击并拖拽以移动

(3) 编辑

分类、博客等页面的存放位置:source

img点击并拖拽以移动编辑

3、页面编辑类:

(1)页面内添加标签、分类等。自动识别

1
2
3
4
5
6
7
tags: 
- 标签1
- 标签2
categories:
- 分类1
……
//注意:tags为你配置中自定义的名称,需要跟英文冒号加空格": "、换行后写 "- "皆有空格

点击并拖拽以移动

(2)追番插件:hexo-bilibili-bangumi

1
2
hexo bangumi -u
//获取追番列表

点击并拖拽以移动

评论