Skip to content

DelightRun/OceanShade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

#OceanShade

OceanShade是我基于greyshade修改的自用Octopress主题

预览效果详见我自己的博客Changxu's Blog

##新特性

  • 左边栏颜色改成漂亮的渐变色,宽度略加宽,并重新布局
  • 去掉twitter相关的部分以解决在国内加载慢的问题
  • 添加新浪微博,使用时请在_config.yml文件加入weibo_user: 你的微博名或ID

##安装说明

在Ubuntu下键入以下命令(假设你以搭建好自己的Octopress)

$ cd /path/to/your/blog/
$ git clone https://github.com/DelightRun/OceanShade.git .themes/OceanShade
$ rake "install[OceanShade]"
$ rake generate
$ rake preview # 预览
$ rake deploy # 部署

其他设置可自行修改_config.yml文件

##License

MIT: http://sm.mit-license.org

About

基于greyshade的Octopress主题

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 61.3%
  • HTML 30.2%
  • JavaScript 8.5%