https://github.com/herm71/ucsc-communication
Genesis Child Theme for UCSC Communication Site
https://github.com/herm71/ucsc-communication
Last synced: 2 months ago
JSON representation
Genesis Child Theme for UCSC Communication Site
- Host: GitHub
- URL: https://github.com/herm71/ucsc-communication
- Owner: Herm71
- Created: 2017-10-24T22:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T17:59:52.000Z (over 8 years ago)
- Last Synced: 2025-08-19T05:42:23.164Z (10 months ago)
- Language: CSS
- Size: 3.55 MB
- Stars: 0
- Watchers: 2
- 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
Developer friendly starter child theme for the Genesis framework that 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 money.
To see the entire lab series that built this child theme, go to:[Let's Build a Custom Developer's Geneis Starter Child Theme](#)
Note: This is a starter theme, meant to be extended and customized. It is based loosely on the Genesis Sample Child Theme
## Features
This theme includes the following features:
- Modular programming architecture
- Configurationbased architecture
- Modular CSS via Sass
- Task runner uses Gulp
- Uses Burbon and Neat
## Dependencies
This child theme requires the following dependencies:
- The Genesis Framework
- WordPress
## Additional Requirements
- [composer](https://getcomposer.org/)
- [npm](https://www.npmjs.com/)
## Customization
## Configuration
## Installation
### Download
Download the latest `.zip` file at:
[git@github.com:Herm71/ucsc-communication.git](git@github.com:Herm71/ucsc-communication.git)
Add to your WordPress by uploading the `.zip` under **Appearance**
### Clone
clone into your `/wp-content/themes/` directory:
`git clone git@github.com:Herm71/ucsc-communication.git ucsc-communications`
### Compile
`npm install`
`gulp styles`