美文网首页
Hexo搭建github上的主页博客

Hexo搭建github上的主页博客

作者: 九子鬼爸 | 来源:发表于2018-04-03 13:46 被阅读0次

[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>

相关文章

网友评论

      本文标题:Hexo搭建github上的主页博客

      本文链接:https://www.haomeiwen.com/subject/cweqhftx.html