0%

Amazing Hexo

Welcome to Hexo! This is a short post about how to use Hexo. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask questions on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Writing a post

You need to use Markdown language to write posts. Please go to this website to learn the syntax.

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