https://github.com/herm71/ktc-genesis-child-theme
Fork of KnowTheCode.io Genesis Child Theme
https://github.com/herm71/ktc-genesis-child-theme
Last synced: about 2 months ago
JSON representation
Fork of KnowTheCode.io Genesis Child Theme
- Host: GitHub
- URL: https://github.com/herm71/ktc-genesis-child-theme
- Owner: Herm71
- Created: 2017-10-31T22:43:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T17:47:22.000Z (over 8 years ago)
- Last Synced: 2025-01-28T14:19:44.318Z (over 1 year ago)
- Language: CSS
- Size: 429 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Genesis Developer's Starter Child Theme
This is a developer-friendly starter child theme for the [Genesis theming framework](http://my.studiopress.com/themes/genesis/) which includes a modular architecture, Sass, gulp, Bourbon, Neat, and Composer. It is your starting child theme for all of your projects to save you time and moola.
To see the entire lab series which built this child theme, go to: [Let’s Build a Custom Developer’s Genesis Starter Child Theme](https://www.blackbirdconsult.com/labs-guide/lets-build-custom-developers-genesis-starter-child-theme).
This child theme is yours. It's meant to be extended, customized, and changed to fit your needs. Make it your own. And then use it on every project.
## Features
This theme includes the following features:
- Modular programming architecture
- Configuration-based architecture
- Modular CSS via Sass
- Task runner uses gulp
- Uses Bourbon and Neat
## Dependencies
This child theme requires the following dependencies:
- [Genesis framework](http://my.studiopress.com/themes/genesis/)
- [WordPress](https://wordpress.org/download/)
- Node.js and npm installed on your local machine - here are the [Mac]((https://www.blackbirdconsult.com/labs/local-development-environment-setup-mac/node-npm)) and [Windows](https://www.blackbirdconsult.com/labs/local-development-environment-setup-windows/node-npm) labs to help you out
## Installation
The theme needs for you to install the node modules in order to run gulp. To do that, navigate into the theme and in the command line (terminal or Bash), type: `npm install` and then enter.
## Contributors
All feedback, bug reports, and pull requests are welcome.