WordPress theme based on Purdue University's digital brand standards.
In order to effectively use this theme please become familar with the following materials
- The Gutenberg editing experience
- Developers Adoption Guide - WordPress Gutenberg Editor
- Purdue Digital Brand Standards
- Bulma CSS Framework
The prefered method of using this theme is by including it in the composer.json file of your project.
"require": {
"purdue/purdue-wp-theme": "1.6.*",
},
You will also need to add the Purdue repository to your composer.json file
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://purdue.github.io"
}
],
If your project does not use composer for dependency management, the theme can be installed by adding the folder to the wp-content/themes folder in your WordPress install. For the best experience, you should also install BoilerUp WP, Bulma Blocks and Purdue Blocks plugins.