bacoords / blueprints

Blueprints gallery and examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

  • 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.
  • Save time: instead of manually setting up your site, choosing themes, and installing plugins one by one, Blueprints do all of the work for you.
  • Learn WordPress: Blueprints are a fantastic way to play with a variety of WordPress configurations.

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!

About

Blueprints gallery and examples


Languages

Language:Python 73.4%Language:PHP 26.6%