Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmly committed Apr 14, 2012
1 parent 71a7433 commit f534fa8
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@

# wintersmith-stylus

[stylus](http://learnboost.github.com/stylus/docs/js.html) plugin for [wintersmith](https://github.com/jnordberg/wintersmith)
[stylus](http://learnboost.github.com/stylus/docs/js.html) plugin for [wintersmith](https://github.com/jnordberg/wintersmith).

Now works with [nib](http://visionmedia.github.com/nib/).

install:
### install:

`npm install wintersmith-stylus -g`
then add `wintersmith-stylus` to your plugins in the wintersmith config

or locally,

npm install wintersmith-stylus

then add `./node_modules/wintersmith-stylus/` to `config.json` like:

{
"locals": {
"url": "http://localhost:8080",
"name": "The Wintersmith's blog",
"owner": "The Wintersmith",
"description": "-32°C ain't no problems!",
"index_articles": 3
},
"plugins": [
"./node_modules/wintersmith-stylus/"
]
}


### Test

Test is written using [Mocha](http://visionmedia.github.com/mocha/). Install it globally, then run

$ mocha

0 comments on commit f534fa8

Please sign in to comment.