- assuming prior node environment setup
- grunt knowledge (good project to fork and checkout vml-minification https://github.com/ruzz311/vml-minification)
- clone this project
- cp a few things from this project
- src
- docs
- assets
- test
- Gruntfile.js
- package.js
- README.md
- install grunt
npm install -g grunt-cli
- install packages
npm install
- start node server
grunt connect:site:keepalive
- checkout localhost:8000
- Jade SHITs (simple html insomniac turrets shit)
- now lets edit and play in jade
- jade files are in the src dir
- src/markup
- index.jade - src/markup/htdocs
- extends
- templates
- main.jade
- notice include mixins, advanced get back to it and have shane exlain better
- edit title
- notice blocks
- templates
- copy paste this markdown over what's in :markdown
- extends
- refresh localhost
- stylus files are in styles/lib/base.styl
- removed solarized, and such
- variables
- imports
- shane explain advanced features