Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shashankmehta/greyshade

A minimal responsive octopress theme
https://github.com/shashankmehta/greyshade

Last synced: about 2 months ago
JSON representation

A minimal responsive octopress theme

Awesome Lists containing this project

README

        

#Greyshade

Greyshade is a minimal, responsive theme for Octopress.
Starting point forked from [Slash](https://github.com/tommy351/Octopress-Theme-Slash)

For demo, check out websites from the [wiki](https://github.com/shashankmehta/greyshade/wiki/Sites-using-Greyshade/)

![mobile view](https://dl.dropbox.com/u/6396581/greyshade/1.png)

![mobile view](https://dl.dropbox.com/u/6396581/greyshade/3.png)

![Desktop view](https://dl.dropbox.com/u/6396581/greyshade/2.png)

##Features

1. Responsive design.
1. Fancybox integration
1. Gravatar support thanks to [Zhigang Fang](https://github.com/zhigang1992). Add your email id to `_config.yml` and your profile picture will appear in the left nav. If you don't want your email to be visible in the HTML code, you can provide the MD5 hashed value of your email as [expected](https://gravatar.com/site/implement/hash/) by Gravatar with an `email_md5` entry in `_config.yml`
1. [Schema.org](http://schema.org/) support thanks to [Nathan Shaughnessy](https://github.com/nathanshox)

##Conditions

The only condition to use this theme for your octopress blog is that you have to set a different highlight color than the ones mentioned [here](https://github.com/shashankmehta/greyshade/wiki/Sites-using-Greyshade). When you have chosen a highlight color, please add it to the [wiki](https://github.com/shashankmehta/greyshade/wiki/Sites-using-Greyshade) so that no one else uses it.

Highlight color: This color is used on a:hover, blockquotes etc. I'll be using it in more places so that blogs with different highlight colors look slightly different and maintain a bit of their uniqueness.

##Install

Assuming you have installed the default theme, type the code below in terminal.

$ git clone [email protected]:shashankmehta/greyshade.git .themes/greyshade
$ echo "\$greyshade: color;" >> sass/custom/_colors.scss //Substitue 'color' with your highlight color
$ rake "install[greyshade]"
$ rake generate

For profile picture and description, just add the relevant details in `_config.yml`

##License

MIT: [http://sm.mit-license.org](http://sm.mit-license.org/)