Hexo博客一些常用的命令

从今天开始总算开始重新写博客了,之前的自己搭建的服务器到期,所以开始在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

Share