hexo

Welcome to Hexo! This is quick start post. Check documentation for more info.

Quick Start

Create a new draft

1
$ hexo new draft "My New Draft"

Publish a new draft

1
$ hexo publish "My New Draft"

Create a new post

1
$ hexo new post "My New Post"

More info: Writing

Run server

1
$ hexo clean && hexo server

More info: Server

Generate static files

1
$ hexo clean && hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo clean && hexo generate && hexo deploy

More info: Deployment

------------->本文结束感谢您的阅读-------------