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

https://github.com/holmofy/hexo-theme-paper

A theme as simple as paper for Hexo
https://github.com/holmofy/hexo-theme-paper

Last synced: 7 months ago
JSON representation

A theme as simple as paper for Hexo

Awesome Lists containing this project

README

          

# Paper

A theme as simple as paper for Hexo. Based on [landspace](https://github.com/hexojs/hexo-theme-landscape) theme and [hellscape](https://github.com/ppoffice/hexo-theme-hellscape). [online demo](https://blog.hufeifei.cn).

## Installation

### Install

``` bash
$ npm install hexo-renderer-inferno
$ git clone --depth 1 https://github.com/holmofy/hexo-theme-paper themes/paper
```

### Enable

Modify `theme` setting in `_config.yml` to `paper`.

``` diff
_config.yml
- theme: some-theme
+ theme: paper
```