Hexo基本指令

First Post:

Last Update:

Word Count:
109

Read Time:
1 min

我的第一篇博客文章!(^-^)V~
耶~

Q快速开始

创建一个新的文章(Post)

BASH - 1 lines
1
hexo new "My New Post"

更多请参见: Writing
以及本博客内:如何新写一篇博客

启动服务器

BASH - 1 lines
1
hexo server

更多请参见: Server

生成静态文件

BASH - 1 lines
1
hexo generate

可使用-f参数,强制重新生成。
相当于先执行hexo cl

更多请参见: Generating

上载

BASH - 1 lines
1
hexo deploy

更多请参见: Deployment

Powered By Valine
v1.5.2