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

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

Awesome Lists containing this project

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
```