Skip to content

jnwng/wintersmith-stylus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintersmith-stylus

stylus plugin for wintersmith.

Now works with nib.

Install:

Using wintersmith:

wintersmith plugin install stylus

Using npm:

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. Install it globally, then run

$ mocha

About

stylus plugin for wintersmith

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 86.6%
  • HTML 9.1%
  • JavaScript 2.6%
  • CSS 1.7%