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

https://github.com/zhanglun/hexo-theme-tinny

a theme for hexo
https://github.com/zhanglun/hexo-theme-tinny

Last synced: 3 months ago
JSON representation

a theme for hexo

Awesome Lists containing this project

README

        

## Tinny

### theme for hexo

simple theme based on [pacman](https://github.com/A-limon/pacman).

### Installation

#### Install

```bash
$ git clone https://github.com/zhanglun/hexo-theme.git
```

#### Enable

Modify theme setting in blog folder `_config.yml` to Tinny.

```yaml
theme: hexo-theme-Tinny
```

#### Update

```bash
cd themes/hexo-theme-Tinny
```

**please backup your _config.yml file before update.**

### Configuration

Modify settings in the file `_config.yml`

2014/08/04

### What's News!

**2014/10/18** --- **highlight.js supported!**

you can find "colorscheme" in `_config.yml`. schemes you can use:

```
arta, atelier-dune.dark, atelier-dune.light, atelier-forest.dark, atelier-forest.light, atelier-heath.dark, atelier-heath.light, atelier-lakeside.dark, atelier-lakeside.light, atelier-seaside.dark, atelier-seaside.light, brown_paper, codepen-embed, color-brewer, dark, default, docco, far, foundation, github, googlecode, hybrid, idea, ir_black, kimbie.dark, kimbie.light, magula, mono-blue, monokai, monokai_sublime, obsidian, paraiso.dark, paraiso.light, pojoaque, railscasts, rainbow, school_book, solarized_dark, solarized_light, sunburst, tomorrow-night-blue, tomorrow-night-bright, tomorrow-night-eighties, tomorrow-night, vs
```

Thank [highlightjs](https://highlightjs.org/)