An open API service indexing awesome lists of open source software.

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

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`