forked from Purdue/purdue-wp-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe88954
commit 1f87f09
Showing
4 changed files
with
4 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,3 @@ | ||
# 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](https://wordpress.org/gutenberg/) | ||
2. [Developers Adoption Guide - WordPress Gutenberg Editor](https://pantheon.io/sites/default/files/pdf/Pantheon-ebook-GutenbergAdoptionGuide.pdf) | ||
3. [Purdue Digital Brand Standards](https://brand.purdue.edu/digital) | ||
4. [Bulma CSS Framework](https://bulma.io/documentation/) | ||
|
||
### 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](https://github.com/Purdue/boilerup-wp), [Bulma Blocks](https://github.com/Purdue/bulma-blocks) and [Purdue Blocks](https://github.com/Purdue/purdue-blocks) plugins. | ||
WordPress theme forked from purdue-wp-theme. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters