Hexo 命令
hexo clean
hexo n : new
hexo g : generate
hexo s : server
localhost:4000/
hexo d : deploy
hexo init : initialize
hexo version
文件说明
node_modules: 依赖包
public:存放生成的页面,运行 hexo g 便会生成,而 hexo clean 便会删除
scaffolds:生成文章的一些模板
source:用来存放你的文章
themes:主题
_config.yml: 配置文件