https://github.com/yiliashaw/hexo-theme-prince
Theme for hexo
https://github.com/yiliashaw/hexo-theme-prince
Last synced: about 1 month ago
JSON representation
Theme for hexo
- Host: GitHub
- URL: https://github.com/yiliashaw/hexo-theme-prince
- Owner: yiliashaw
- Created: 2017-04-19T10:12:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T03:41:11.000Z (almost 4 years ago)
- Last Synced: 2024-05-20T09:23:34.706Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 MB
- Stars: 39
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hexo-themes - yiliashaw/hexo-theme-prince
README
# Prince
A SIMPLE and CLEAN theme for [Hexo].
*No categories. No share. No comment.*
- [Preview](https://yiliashaw.github.io/)
Inspired by [apollo](https://github.com/pinggod/hexo-theme-apollo)
## Installation
### Install
``` bash
$ npm install hexo-renderer-jade --save
$ git clone https://github.com/yiliashaw/hexo-theme-prince.git themes/prince
```### Enable
Modify `theme` setting in `_config.yml` to `prince`.
### Update
``` bash
cd themes/prince
git pull
```