https://github.com/icylogic/carbon
A blazing slow hexo theme
https://github.com/icylogic/carbon
Last synced: 3 months ago
JSON representation
A blazing slow hexo theme
- Host: GitHub
- URL: https://github.com/icylogic/carbon
- Owner: icylogic
- License: mit
- Created: 2014-12-28T01:58:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T00:26:30.000Z (over 8 years ago)
- Last Synced: 2024-05-20T09:22:43.083Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 46
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - icylogic/carbon
README
## Description
Carbon is a simple theme using pjax for elegant loading.

[Demo](http://icylogic.github.io/carbon/)
## Setup
1. install renderers
```
git clone https://github.com/icylogic/carbon.git themes/carbon
npm install hexo-renderer-coffeescript --save
npm install hexo-renderer-jade --save
```2. (Optional) Edit _config.yml in themes/carbon
3. Edit _config.yml in root, change `theme` to `carbon`
## Probable solutions
- Check version of hexo and review [Migrating from 2.x to 3.0](https://github.com/hexojs/hexo/wiki/Migrating-from-2.x-to-3.0)
- Check if your terminal's current directory is hexo's root directory which contains `source/`, `themes/`, etc.
- Feel free to open an [issue](https://github.com/icylogic/carbon/issues/new)