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
- Host: GitHub
- URL: https://github.com/dgeibi/hexo-theme-plain
- Owner: dgeibi
- License: mit
- Created: 2017-01-11T15:53:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T04:49:45.000Z (over 8 years ago)
- Last Synced: 2025-02-17T10:31:56.573Z (over 1 year ago)
- Topics: hexo
- Language: CSS
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)