remkus / fortytwo

FortyTwo base Genesis Child theme for Forsite Themes
1 stars 0 forks source link

FortyTwo Theme for Developers

Forty Two is the smartest Genesis Child theme possible with full integration of Twitter Bootstrap, Grunt, Bower and a bunch of custom widgets to boot.

Install

Like you would with any other theme. Obviously this theme requires the presence of at least the 2.0.0 version of Genesis.

Developing off of FortyTwo

FortyTwo is built with the developer in mind. As much of the process of building / compiling a theme has been automated via Grunt. The goal is to use the file structure FortyTwo provides and build on top of that. By either amending current functions or adding functions to it.

CSS

FortyTwo is built on top off of Genesis and Twitter Bootstrap. This marriage has mostly been solved by using bestoke LESS files that generate Genesis favoured CSS. Changing the CSS requires you to alter the LESS files. By using the grunt watch command every change saved in the LESS files will automagically regenerate the stylesheet.

Getting Started

Dependencies

Contributors