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

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

Awesome Lists containing this project

README

        

## Description

Carbon is a simple theme using pjax for elegant loading.

![Screenshot](https://github.com/icylogic/site/raw/master/source/themes/screenshots/carbon.png)
![Screenshot](https://dn-icylogic.qbox.me/img/carbon.gif)

[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)