Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckotang/kss-node-template
https://github.com/geckotang/kss-node-template
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geckotang/kss-node-template
- Owner: geckotang
- Created: 2015-03-24T01:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T04:57:25.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:11:42.456Z (7 months ago)
- Language: CSS
- Size: 457 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kss-node-template
This is a template for [kss-node v2.x](https://github.com/kss-node/kss-node) styleguide.
## How to use
### Install
```
$ git clone [email protected]:geckotang/kss-node-template.git
$ cd kss-node-template
$ npm install
```### Build Styleguide
this template parses css in `src/scss` directory.
you can build styleguide when you put scss file to `src/scss`.```bash
$ gulp build
```### Configuration file for Your Styleguide
If you want to change the styleguide title, please edit `site-setting.json` in `custom-template/`.
```json
{
"docTitle": "MY Styleguide",
"generatorTag": ""
}
```this configuration file is used in `custom-template/index.html`.
```html
{{site-setting "docTitle"}}{{site-setting "generatorTag"}}