Skip to content

Yin-Hongwei/hexo-theme-Yin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-Yin

JavaScript Style Guide license

主题截图

在线预览

在线观看示例:Hongwei Blog

安装

  1. Hexo/themes 目录下执行下面命令。
git clone git@github.com:Yin-Hongwei/hexo-theme-Yin.git
  1. Hexo/_config.yml 文件中的主题属性改为 hexo-theme-Yin
theme: hexo-theme-Yin
  1. 如果你没有下载 hexo-renderer-pughexo-renderer-stylus,请执行下面命令安装。
npm install hexo-renderer-pug hexo-renderer-stylus --save

配置

  1. 如果你想为项目增加评论功能,可以修改 hexo-theme-Yin/_config.yml 文件中注释的 gitalk 内容。

  2. 如果你想为项目增加赞赏功能,可以在 Hexo/source/ 目录下新建 img 目录,并放入赞赏码图片,修改 hexo-theme-Yin/_config.yml 文件中 reward 的内容。

  3. 如果你想为项目增加关于功能,可以在 Hexo/source/ 目录下新建 about 目录,并在里面新建 index.md 文件,开头写入

---
title: 关于我

type: about

---

许可证

MIT

Copyright (c) 2019 Yin-Hongwei