##Hexo theme
I am planing to make a new theme for hexo. The old one named Tinny, not pretty.
##processing
still working on it
##Tinny
###theme for hexo
simple theme based on pacman.
###Installation
####Install
$ git clone https://github.com/zhanglun/hexo-theme.git
####Enable
Modify theme setting in blog folder _config.yml to Tinny.
theme: hexo-theme/Tinny
####Update
cd themes/hexo-theme
git pull
please backup your _config.yml file before update.
###Configuration
Modify settings in the file _config.yml
####enable duoshuo
add short name of duoshuo in _config.yml:
duoshuo:
enable: true ## duoshuo.com
short_name: <your short name> ## duoshuo short name.
edit comment.ejs to put the same short name here:
var duoshuoQuery = {short_name:"<your short name>"};
...2014/08/06