sloyer / SLF4

A pretty much empty Wordpress Theme using Foundation 4 & Mean Menu out of the box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

============== SLF4 - Theme

== A few notes ==

An blank theme, with Foundation4 and MeanMenu already set up and ready to rock.

== Foundation 4 ==

  1. 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.
  2. If you ever need to upgrade foundation, just replace the current directory located at 'javascripts/foundation'
  3. Import Settings can be found under 'sass/app.scss'

== Mean Menu ==

  1. I don't like Foundations Top Bar, I prefer Mean Menu.
  2. MeanMenu already comes working on install of this theme.
  3. 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/
  4. MeanMenu settings can be set in the script inside 'javascripts/scripts.js'
  5. The plugin can be found at 'javascripts/mean-menu.js'

== Sass ==

  1. Sass is also ready to rock in this theme, though more than likely you will need to update the ruby config to use.
  2. This theme is built with the idea of "SMACSS". Everything Sass/CSS is layed out with those princicples in mind.
  3. To run Scss, simply just install compass and run 'compass watch'

== Javascripts ==

  1. Put any extra javascript plugins under the javascripts folder.
  2. If you ever need to run a script, place it in 'javascripts/scripts.js'

About

A pretty much empty Wordpress Theme using Foundation 4 & Mean Menu out of the box

License:GNU General Public License v2.0


Languages

Language:JavaScript 54.9%Language:CSS 38.3%Language:PHP 6.7%Language:Ruby 0.1%