【Hexo】using Hexo to set up a blog in github // TODO
Environment
macbook pro 2018,
Guide // TODO
Reference
Problem Shooting
1. deploy not found: git
npm install --save hexo-deployer-git
参考:hexo d后 ERROR Deployer not found: git
2. WARN No layout: index.html
下载主题到themes中
3. ERROR Process failed: languages/zh-TW.yml YAMLException: bad indentation of a mapping entry at line 42, column 9: page: %d / %d
把page: %d / %d
改为page: Page %d of %d