Starter theme for the Genesis Framework
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run git clone from your WordPress /themes/ directory:
git clone https://github.com/danbisso/genesis-custom.git
(optional) Rename your theme:
mv genesis-custom ./MYTHEME
Then change to the theme directory and run npm install to fetch all dependencies:
cd MYTHEME
npm install
And finally, start working:
npm start
- Localization: All
phpfiles will be automatically parsed for WP l10n functions, and agenesis-custom.potfile will be generated inside the/languages/folder. To translate the theme, rename that.potfile toyour_LANG.poand type in your translations. The corresponding.mofile containing your translations will be automatically generated. - SASS:
.scssfiles inside the/sass/directory will be automatically compiled, prefixed and minified. - Icon Fonts:
.svgfiles in the/assets/svg/directory will be automatically compiled and converted to an icon font placed in the/assets/fonts/directory.