A starter template for child themes of the Responsive Framework.
CREATIVE DIRECTOR: Please provide a brief description here, then fill out links below and set up a new Github Project.
- Set up a new custom theme
- Install your development dependencies
- Run
npm install
, thengrunt
to begin watching changes. - Upload to your sandbox to see changes.
npm install
: Install your development dependenciesgrunt
: Watch your theme for changes and compile when a change is detected.grunt build
: Manually build all theme assets.grunt version
: Force CSS and JavaScript to refresh when you deploy changes.
It is best to create the documentation site right out of the gate. This way documentation of features can happen through out the project instead of piling up at the end.
- Clone http://wpdocs.bu.edu/ to http://wpdocs.bu.edu/yoursitename
- Apply your theme
- Edit/cut anything existing that doesn’t apply to your custom theme
- Add new pages for custom functionality as needed. Check out Dining Documentation for an awesome example!
- Webteam: LINK HERE
- ID Presents: LINK HERE
- Staging/Live: LINK HERE
- ActiveCollab: LINK HERE
- Smartsheet: LINK HERE
- Github Issues: LINK HERE
- Github Projects: LINK HERE
- Getting Ready to Work with Boston University's WordPress Team ======= Before you begin, make sure Node / Node Package Manager are installed and the following dependencies are installed globally.
Responsive is verified to work through Node version 12.19.0 LTS.