Skip to content

WordPress theme based on Purdue University digital brand standards

License

Notifications You must be signed in to change notification settings

Purdue/purdue-wp-theme

Repository files navigation

Purdue WordPress Theme

WordPress theme based on Purdue University's digital brand standards.

Getting Started

Prerequisites

In order to effectively use this theme please become familar with the following materials

  1. The Gutenberg editing experience
  2. Developers Adoption Guide - WordPress Gutenberg Editor
  3. Purdue Digital Brand Standards
  4. Bulma CSS Framework

Installing

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.