icarus主题的使用
初始化
1 | $ hexo init <folder> |
安装主题
1 | $ git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus |
更新
1 | $ cd themes/icarus |
Categories & Tags 的使用问题
1 | To enable custom categories page and tags page, |
RSS的使用问题
1 | $ npm install hexo-generator-feed --save |
自定义文章的缩略图
1 | thumbnail: http://example.com/thumbnail.jpg <<< add |