Hexo常用指令

启动本地服务器

hexo s

创建新文章

hexo new 文章名字

自动生成静态文件,并部署到设定的仓库

hexo d

清除缓存文件db.json,和静态文件public

hexo clean

生成静态文件到设定的public文件夹

hexo g

新建新页面

hexo new page about