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
- Host: GitHub
- URL: https://github.com/holmofy/hexo-theme-paper
- Owner: holmofy
- License: mit
- Created: 2021-05-22T20:27:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T06:50:45.000Z (8 months ago)
- Last Synced: 2025-03-03T07:29:43.080Z (8 months ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```