#中文
##更新内容
增加了新浪微博和 Dribbble 连接的支持
##设置方法
编辑你的 _config.yml
,加入以下两行
weibo_user: a11en # 注:新浪微博自定义网址中用户名部分或数字 ID,不是昵称
dribbble_user: allenhsu
##安装方法
在命令行中使用以下命令安装:
$ git clone [email protected]:allenhsu/greyshade.git .themes/greyshade
$ echo "\$greyshade: color;" >> sass/custom/_colors.scss //Substitue 'color' with your highlight color
$ rake "install[greyshade]"
$ rake generate
#English
##Updates
I've added support for Weibo and Dribbble in social links part.
##Configuration
Just add following two value in your _config.yml
weibo_user: a11en # Your weibo id (NOT DISPLAY NICKNAME)
dribbble_user: allenhsu
##Install
Type the code below in terminal.
$ git clone [email protected]:allenhsu/greyshade.git .themes/greyshade
$ echo "\$greyshade: color;" >> sass/custom/_colors.scss //Substitue 'color' with your highlight color
$ rake "install[greyshade]"
$ rake generate
##Greyshade
Greyshade is a minimal, responsive theme for Octopress. From Shashank Mehta, based on Slash
##License