Hexo g/Hexo generate

1
执行通过md生成index.html资源 会在根目录下生成public文件夹

hexo clean

1
清楚缓存

hexo s/hexo server

1
本地启动

hexo d / hexo deploy

1
部署至线上 本地生成.deploy.git 文件夹上传至github

hexo new title

1
生成文章 eg: hexo new First,会生成一个名称为first.md的markdown

Delete

1
2
只需要将本地的source/_posts文件夹下的对应文章的资源删除就行
之后执行 hexo clean && hexo g && hexo s // 一定要先 clean,防止灵异事件发生