An open API service indexing awesome lists of open source software.

https://github.com/dgeibi/hexo-theme-plain

a plain theme
https://github.com/dgeibi/hexo-theme-plain

hexo

Last synced: about 1 year ago
JSON representation

a plain theme

Awesome Lists containing this project

README

          

# hexo-theme-plain

## 简介

Plain 是一个 [Hexo](https://hexo.io) 主题,基于 Pug 与 Scss 开发。

## 预览

[在线预览](https://blog.dgeibi.xyz)

## 安装

$ cd your-hexo-site
$ git clone https://github.com/dgeibi/hexo-theme-plain.git themes/plain
$ npm install hexo-render-pug hexo-prism-plugin

## 配置

1. 更改**站点** `_config.yml` 中的 `theme` 字段设置为 `plain`
2. 更改**站点** `_config.yml` 中的 `language` 字段设置为 `zh-cmn-Hans` 或者 `en`
3. 跟随 https://github.com/ele828/hexo-prism-plugin#usage 的指引操作
4. 更改**主题** `_config.yml` 中的设置
5. 更改`source`目录下的图标

## 更新

$ cd themes/plain
$ git pull

## 致谢

* [jekyll/minima](https://github.com/jekyll/minima)
* [blackgear/mono_hexo](https://github.com/blackgear/mono_hexo)
* LEA VEROU
* CSS 魔法
* ……

## LICENSE

[MIT](LICENSE)