发布hexo博文命令

I am BlankCat,welcome to my blog;

技术要点

1
2
3
4
5
6
7
8
9
10
11
12
13
14
dubug命令
hexo s --debug
创建新文章(文章名字小写)
hexo new post 文章名字
发布文章
hexo g
hexo d
hexo clean
dubug命令
hexo s --debug