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

Clean redeploy:

1
2
3
4
$ git rm -rf *
$ git ci -m "Clean all file"
$ hexo clean
$ hexo d -g

More info: Deployment

Customization

Plugins · hexojs/hexo Wiki
Hexo建站并自定义步骤 | daxiawj’s Blog
hexo你的博客 | 不如
hexo后记 | 净土
在伺服器上使用 Google Analytics API | Zespia
Hexo 主题修改:为博客实现更多功能 | Deffi
Hexo常见问题解决方案 | Xuanwo’s Blog
Tag: hexo-plugin | moco, develop notes by MooCow

Themes

Themes · hexojs/hexo Wiki
Jacman Theme
Freemind
Tag Bootstrap | Freemind
hexo-theme/Tinny at master · zhanglun/hexo-theme

Comments

Dec 1 2014