hexo簡(jiǎn)單操作
新建 hello 文件
$ hexo new 'hello'
打開(kāi) hello.md 文件編輯
title: hello
date: 2017-03-29 22:37:23
categories:
- 日志
- 二級(jí)目錄
tags:
- hello
---
摘要部分
<!--more-->
正文部分
發(fā)布博客
$ hexo d -g
hexo簡(jiǎn)單操作
$ hexo new 'hello'
title: hello
date: 2017-03-29 22:37:23
categories:
- 日志
- 二級(jí)目錄
tags:
- hello
---
摘要部分
<!--more-->
正文部分
$ hexo d -g