Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Mar 20, 2024
1 parent e726115 commit 586c643
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

Welcome to the WordPress Blueprints Community Gallery!

Blueprints are WordPress setup descriptions that can be previewed online in [Playground](https://w.org/playground). They contain all the setup information like the plugins and themes to install, site options to configure, starter content to import, and more. Simple Blueprints can be created with minimal technical knowledge, for example this Blueprint installs a few plugins:
## What are Blueprints?

Blueprints are WordPress setup descriptions that can be previewed live in [WordPress Playground](https://w.org/playground). Just like this one:

```json
{
"plugins": ["hello-dolly", "gutenberg"]
}
```

[<kbd> <br> Preview in WordPress Playground <br> </kbd>][https://playground.wordpress.net/#{%22plugins%22:[%22hello-dolly%22,%22gutenberg%22]}]

Blueprints contain all the setup information including plugins, themes, site options, starter content to import, and more. See [Building your first Blueprint](./docs/how-to-build-a-blueprint/your-first-blueprint.md) for more details.

## Why use Blueprints?

Blueprints can help you:

* Explore different setups – Try out different themes and plugins without the risk of breaking your site. It's a safe environment to see what works best for your needs.
Expand Down
10 changes: 9 additions & 1 deletion README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

Welcome to the WordPress Blueprints Community Gallery!

Blueprints are WordPress setup descriptions that can be previewed online in [Playground](https://w.org/playground). They contain all the setup information like the plugins and themes to install, site options to configure, starter content to import, and more. Simple Blueprints can be created with minimal technical knowledge, for example this Blueprint installs a few plugins:
## What are Blueprints?

Blueprints are WordPress setup descriptions that can be previewed live in [WordPress Playground](https://w.org/playground). Just like this one:

```json
{
"plugins": ["hello-dolly", "gutenberg"]
}
```

[<kbd> <br> Preview in WordPress Playground <br> </kbd>][https://playground.wordpress.net/#{%22plugins%22:[%22hello-dolly%22,%22gutenberg%22]}]

Blueprints contain all the setup information including plugins, themes, site options, starter content to import, and more. See [Building your first Blueprint](./docs/how-to-build-a-blueprint/your-first-blueprint.md) for more details.

## Why use Blueprints?

Blueprints can help you:

* Explore different setups – Try out different themes and plugins without the risk of breaking your site. It's a safe environment to see what works best for your needs.
Expand Down

0 comments on commit 586c643

Please sign in to comment.