Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanhuazong committed Jan 19, 2024
1 parent fe88954 commit 1f87f09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
42 changes: 1 addition & 41 deletions README.md
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.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purdue-wp-theme",
"version": "1.7.0",
"version": "1.0.0",
"description": "Purdue Wordpress Theme",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ in `Apperance > Themes`. Do not write in here any CSS declarations.
Theme Name: Purdue Branded Theme
Theme URI: https://marcom.purdue.edu/our-brand/digital/
Description: WordPress theme based on Purdue University digital brand standards
Version: 1.7.0
Version: 1.0.0
Author: Purdue Marketing and Communicatons
Author URI: https://marcom.purdue.edu
Text Domain: purdue
Expand Down

0 comments on commit 1f87f09

Please sign in to comment.