== A few notes ==
An blank theme, with Foundation4 and MeanMenu already set up and ready to rock.
== Foundation 4 ==
- This theme is utulizing Zurb's Foundation 4. Its already set up and ready to rock. Simply just start laying out your grids in your pages.
- If you ever need to upgrade foundation, just replace the current directory located at 'javascripts/foundation'
- Import Settings can be found under 'sass/app.scss'
== Mean Menu ==
- I don't like Foundations Top Bar, I prefer Mean Menu.
- MeanMenu already comes working on install of this theme.
- Mean Menu is ready to rock, way better than top bar. Its all set up already, just build your nav out normally - documentation can be found at - http://www.meanthemes.com/plugins/meanmenu/
- MeanMenu settings can be set in the script inside 'javascripts/scripts.js'
- The plugin can be found at 'javascripts/mean-menu.js'
== Sass ==
- Sass is also ready to rock in this theme, though more than likely you will need to update the ruby config to use.
- This theme is built with the idea of "SMACSS". Everything Sass/CSS is layed out with those princicples in mind.
- To run Scss, simply just install compass and run 'compass watch'
== Javascripts ==
- Put any extra javascript plugins under the javascripts folder.
- If you ever need to run a script, place it in 'javascripts/scripts.js'