This is a template for kss-node styleguide. "kss-node" is a NodeJS implementation of Knyle Style Sheets (KSS). kss-node enables us to generate a beautiful styleguide for CSS, of course that suports LESS, SASS and Stylus.
You can see the example styleguide from the left navi.
- For keeping compatible with your any CSS, optimize the document's style code.
- Make the side navi interactive. That also shows the child sections in the showing page.
- Improve the style of markdown content for readability.
kss-node-template [zip] or
git clone git://github.com/htanjo/kss-node-template.git
Note: This package contains only template files. You have to install kss-node at first.
- Install kss-node. Type
npm install kss
ornpm install -g kss
for global CLI. - Download kss-node-template and copy the "template" folder into your working directory.
- Run
kss-node
command with--template
option, like below.
kss-node <sourcedir> --template path/to/template
Copyright (c) 2013-2015 Hiroyuki Tanjo. Licensed under the MIT License.