Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashankmehta/greyshade
A minimal responsive octopress theme
https://github.com/shashankmehta/greyshade
Last synced: 3 months ago
JSON representation
A minimal responsive octopress theme
- Host: GitHub
- URL: https://github.com/shashankmehta/greyshade
- Owner: shashankmehta
- Created: 2012-10-25T09:19:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T17:02:06.000Z (almost 9 years ago)
- Last Synced: 2024-07-16T13:07:37.008Z (4 months ago)
- Language: CSS
- Homepage: http://shashankmehta.in/archive/2012/greyshade.html
- Size: 1.18 MB
- Stars: 838
- Watchers: 46
- Forks: 162
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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 generateFor profile picture and description, just add the relevant details in `_config.yml`
##LicenseMIT: [http://sm.mit-license.org](http://sm.mit-license.org/)