WordPress / blueprints

Blueprints gallery and examples
62 stars 23 forks source link

WordPress Blueprints Community Gallery

[!IMPORTANT]
Skip to the Blueprints Gallery to explore a variety of WordPress sites. Keep reading to learn more about Blueprints and how to contribute your own:


 Browse the Blueprints Gallery 

What are Blueprints?

Blueprints are WordPress setup scripts that you can preview live in WordPress Playground. Blueprints contain all the installation instructions needed to setup WordPress, including plugins, themes, site options, starter content to import, and more.

The basic example below will load a Playground instance with the Hello Dolly plugin preinstalled and that opens in wp-admin plugins screen after it automattically logs in.

{
    "plugins": ["hello-dolly", "gutenberg"],
    "login": true,
    "landingPage": "/wp-admin/plugins.php"
}


 Preview in WordPress Playground 

Check out Blueprints 101 to get started creating blueprints.

Why use Blueprints?

Blueprints can help you

Ready to jump in?

This community space allows you to

How to contribute your Blueprint

We encourage you to contribute your Blueprints to this repository! We accepet new submissions as Pull Requests. Read the Contributing Guidelines for more details.

Need help?

If you have questions or comments, open a new issue in this repository.

Let's build the Blueprint Community together!

This is a minimal version 1 (v1) to get the community space up and running. We plan to build upon this foundation, expand, and improve it—with your feedback. So, explore, create, and share your Blueprints!