在线观看示例:Hongwei Blog
- 在 Hexo/themes 目录下执行下面命令。
git clone git@github.com:Yin-Hongwei/hexo-theme-Yin.git
- 将 Hexo/_config.yml 文件中的主题属性改为
hexo-theme-Yin
。
theme: hexo-theme-Yin
- 如果你没有下载
hexo-renderer-pug
和hexo-renderer-stylus
,请执行下面命令安装。
npm install hexo-renderer-pug hexo-renderer-stylus --save
-
如果你想为项目增加评论功能,可以修改 hexo-theme-Yin/_config.yml 文件中注释的 gitalk 内容。
-
如果你想为项目增加赞赏功能,可以在 Hexo/source/ 目录下新建 img 目录,并放入赞赏码图片,修改 hexo-theme-Yin/_config.yml 文件中 reward 的内容。
-
如果你想为项目增加关于功能,可以在 Hexo/source/ 目录下新建 about 目录,并在里面新建 index.md 文件,开头写入
---
title: 关于我
type: about
---
Copyright (c) 2019 Yin-Hongwei