Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcalister committed Aug 16, 2023
2 parents 313a1e7 + cb5ed82 commit fa5c16a
Show file tree
Hide file tree
Showing 7 changed files with 34,720 additions and 11 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,9 @@ My goal with [OllieWP.com](https://olliewp.com) and this theme is to help educat
| [View Ollie Demo](https://demo.olliewp.com) | Check out a full live demo of the Ollie theme. |
| [Download Ollie Theme Zip](https://github.com/OllieWP/ollie/releases/latest/download/ollie.zip) | Download the latest Ollie theme zip to install on your WordPress site. |
| [Download Ollie Child Theme Zip](https://github.com/OllieWP/ollie/releases/latest/download/ollie-child.zip) | Download the Ollie child theme zip for customizations |
| [Download Ollie LocalWP Blueprint Zip](https://github.com/OllieWP/ollie/releases/latest/download/ollie-local-blueprint.zip) | Download a zip of the Ollie demo site that can be imported into LocalWP. |

Ollie is built for modern WordPress features and requires WordPress 6.0 or later. To get started, [download the theme](https://github.com/OllieWP/ollie/releases/latest/download/ollie.zip) and install it into your WordPress website by going to `Appearance → Themes → Add New`.

### Local Blueprint

I've also included a blueprint of the Ollie demo site that can be imported into [LocalWP](http://localwp.com). This will create a site exactly like you see on the [demo](https://demo.olliewp.com), cutting out all the setup steps. Simply [download the blueprint](https://github.com/OllieWP/ollie/releases/latest/download/ollie-local-blueprint.zip) and drag the zip file onto the LocalWP app to create the site.

Use the username `ollie` and password `demo` to log in to the blueprint.

## Working with Block Themes

Once you activate Ollie, it will largely behave like any other traditional WordPress theme. You can create posts and pages just like you always have. However, as a block theme, Ollie also supports powerful new features like the site editor, patterns, global styles, and more.
Expand Down
2 changes: 1 addition & 1 deletion inc/settings/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-primitives'), 'version' => 'dc14ce7fa3de7ed053da');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-primitives'), 'version' => '1ae078bb1f46edd62273');
1,342 changes: 1,341 additions & 1 deletion inc/settings/build/index.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inc/settings/build/index.css.map

Large diffs are not rendered by default.

33,377 changes: 33,376 additions & 1 deletion inc/settings/build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions inc/settings/build/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function GettingStarted() {
<ul>
<li><p>View a live demo of the Ollie theme. <a href="https://demo.olliewp.com/">View Ollie Demo</a></p></li>
<li><p>Download the Ollie theme zip to install on your WordPress site. <a href="https://github.com/OllieWP/ollie/releases/latest/download/ollie.zip">Download Ollie Theme</a></p></li>
<li><p>Download a zip of the Ollie demo site that can be imported into LocalWP. <a href="https://github.com/OllieWP/ollie/releases/latest/download/ollie-local-blueprint.zip">Download Ollie LocalWP Blueprint</a></p></li>
</ul>

<p>There are a few ways to install Ollie on your WordPress website. The easiest way is to install it from within your WordPress admin. Go to <strong>Appearance → Themes → Add New</strong> and search for Ollie. </p>
Expand Down

0 comments on commit fa5c16a

Please sign in to comment.