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

https://github.com/webdevsuperfast/divi-boilerplate

A Divi child theme
https://github.com/webdevsuperfast/divi-boilerplate

Last synced: about 1 year ago
JSON representation

A Divi child theme

Awesome Lists containing this project

README

          

# Divi Boilerplate

## Introduction

Divi Boilerplate is a Divi child theme. It uses GulpJS to handle tasks, configuration and lint files.

## Installation Instruction

1. Upload the `Divi Boilerplate` theme folder via FTP to your `wp-content/themes` directory. (The Divi parent theme needs to be in `wp-content/themes` directory as well.)
2. Go to your WordPress dashboard and select `Appearance`.
3. Activate `Divi Boilerplate` theme.

## Building from Source

1. Install [Git](https://git-scm.com.).
2. Clone the repository to your local machine.
3. Install [NodeJS](https://nodejs.org/en/).
4. Install [Gulp](https://gulpjs.com/) globally.
5. Install [Yarn](https://yarnpkg.com/) **optional**.
6. Run `npm install` or `yarn install`.
7. Replace site URL in line `41` of `gulpfile.js` file to your local development URL(e.g. http://divi.test).

## Features

1. Sass
2. Gulp

## Todos

- [ ] Code cleanup and bug fixes

## Credits

* [Sass](http://sass-lang.com/)
* [Gulp](http://gulpjs.com/)