logo头像
Snippet 博客主题

hexo的通用命令

本文于 2036 天之前发表,文中内容可能已经过时。

##常用命令

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo s

More info: Server

Generate static files

1
$ hexo g

More info: Generating

Deploy to remote sites

1
$ hexo d