This child theme is made for Genesis and uses all Zurb's Foundation 6 super powers.
This master branch, include everything, an already compiled theme as well as codekit and gulp files.
- All bases functionalities from Genesis can be used. Just note that Primary and Secondary menu are changed to top-left and top-right.
- This child theme comes with a lot of ready to use common Genesis functions, check the
lib
folder. - This is totally open source, so feel free to use/change as you wish.
- Licensed under GPLv2.
You can see a working demo here
Clone or download the .zip file to your theme
folder then in your terminal once inside that folder, just run bower install && npm install
, this will install/download all dependencies needed.
Once it's done, just run gulp
and you are ready to go.
Once you are done with your theme you can run gulp build
to have an optimized .zip file with your theme.
Included is a dummy-content.xml file if you ever need some content, it's actually taken from Genesis base child Theme.
You are now ready to go!
Enjoy!