[TOC]
## 准备工作
- 安装 git
- 安装nodejs
- 安装hexo-cli
* npm install -g hexo-cli
## 把文章发布到blog中
在主题中的菜单栏的划分:
home -- 主页 tags -- 标签 categories -- 分类 archives -- 归档 about -- 关于 search -- 搜索
命令(init, new, generate, publish,server,deploy,render,migrate,clean,list,version, 选项,自定义配置文件的路径,显示草稿,自定义CWD)
*hexo new [layout] <title>
网友评论