Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt/middleman-kss
Example of KSS deployed on middleman
https://github.com/smt/middleman-kss
Last synced: about 2 months ago
JSON representation
Example of KSS deployed on middleman
- Host: GitHub
- URL: https://github.com/smt/middleman-kss
- Owner: smt
- Created: 2012-02-04T19:20:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-04T19:56:41.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T04:02:39.685Z (9 months ago)
- Language: JavaScript
- Homepage: http://stephentudor.com/blog/2012/01/10/kss-and-middleman
- Size: 246 KB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Middleman KSS example app
This is my example app of Kyle Neath's [KSS](https://github.com/kneath/kss) ported to Middleman. At this time, KSS 0.1.3 and Middleman 3.0.0.beta.1 are being used.
I also took the opportunity to port the KSS example to Sass+Compass with the HTML5 boilerplate. For more information, please view [my blog post](http://stephentudor.com/blog/2012/01/10/kss-and-middleman).
## Requirements
* ruby 1.9.3
* rvm## Installation
Be sure to check the Gemfile to make sure it is right for your system. I use a Mac, so `rb-fsevent` is included.
Please also review the .rvmrc file and alter it to taste. When you `cd` to the project root, rvm will create a new gemset for this project and activate it, so as not to pollute your system.
```
$ git clone git://github.com/smt/middleman-kss
$ cd middleman-kss
$ gem install bundler
$ bundle install
$ middleman
```Lastly, browse to `http://localhost:4567`.