Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Load images

1
2
3
$ hexo clean
$ hexo g
$ hexo d

Tags

1
tags: [1, 2, 3] //标签1, 2, 3

Categories

1
2
3
4
categories: //分类 
-[1]//属于分类1
-[2]//属于分类1
-[3, 4]//属于分类3下的分类4

Markdown

大括号语法

1
2
{}  \lbrace \rbrace  
//用 \{ \} 会失效

公式换行失效