【Hexo】using Hexo to set up a blog in github // TODO

Environment

macbook pro 2018,

Guide // TODO

Reference

【新手向】从零开始搭建一个酷炫免费的个人博客

hexo-theme-cactus

iPic - MAC图床神器

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中

参考:hexo搭建博客出现的两个错误

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

已向原始仓库创建pull request