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
- Host: GitHub
- URL: https://github.com/zhanglun/hexo-theme-tinny
- Owner: zhanglun
- Created: 2014-05-10T13:58:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T00:13:14.000Z (over 4 years ago)
- Last Synced: 2025-03-25T06:11:22.260Z (3 months ago)
- Language: CSS
- Size: 1.68 MB
- Stars: 22
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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` toTinny
.```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/)