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
- Host: GitHub
- URL: https://github.com/webdevsuperfast/divi-boilerplate
- Owner: webdevsuperfast
- Created: 2020-03-05T01:41:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:20:01.000Z (about 3 years ago)
- Last Synced: 2025-01-18T00:51:51.185Z (about 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)