Template for demos with customization ability.
-
Installation:
- We need Node.JS
- Install GruntJS. Instruction at article on main website.
- npm install.
-
Basic usage:
- For create new page we must copy articles/dummy folder as template to articles folder with new name "SOMENAME".
- Add to gruntfile.js to recess:articlesFiles task new file: 'articles/SOMENAME/styles.css': 'articles/SOMENAME/less/styles.less'.
- Change some variables in 'articles/SOMENAME/less/variables.less' for customizew theme.
- Add some demo content to 'articles/SOMENAME/index.html'
- Build with command: grunt from console
**You may use grunt watch for developing new demos. More at Watch grunt plugin. Using: grunt watch