MichDe / theme-experiments

Experimenting with themes made out of blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Theme Experiments

⚠️ These themes are not intended for use on a production site.

About

This repository is dedicated to exploring how WordPress themes can best leverage Gutenberg blocks. Each sub-directory contains a WordPress theme that explores some aspect of creating themes using blocks or block templates.

Submitting an experiment

We encourage you to submit your experiment to be included! To get started, check out the contributor's guide.

Instructions

Most of the themes here rely on experimental Gutenberg functionality that must be turned on manually. We recommend testing with WordPress 5.3 or higher, PHP 7.3 or higher, and the latest version of the Gutenberg plugin. Here are general instructions for getting started:

  1. Clone this repository or upload a zip of the theme into your site’s themes directory.
  2. Install the Gutenberg plugin.
  3. Enable the "Full Site Editing" experiment in the Gutenberg > Experiments panel.
  4. Activate the new theme from within Appearance > Themes.

If the theme includes starter content, you'll want to install on a fresh site, and visit the Customizer after installation. Pressing the "Publish" in there should auto-populate the starter content.

Tip: WordPress will search for themes inside of subdirectories. If you'd like to test many of the themes experiments, you should be able to clone this entire repository into the /wp-content/themes/ folder of your test site.

Resources and Background

Here are some resources that may be useful context for learning more about block-based themes:

Questions or Improvements?

If you'd like to propose improvements to this repository, feel free to open an issue or PR.

About

Experimenting with themes made out of blocks.

License:GNU General Public License v2.0


Languages

Language:CSS 90.3%Language:PHP 5.3%Language:HTML 4.3%Language:JavaScript 0.1%Language:Hack 0.0%