create-block-theme/readme.txt
2022-07-27 10:05:08 -04:00

42 lines
1.5 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=== Create Block Theme ===
Author: @wordpressdotorg
Contributors: @chaosexanima, @mikachan, @onemaggie, @pbking, @scruffian
Donate link: https://automattic.com/
Tags: themes, theme, block-theme
Requires at least: 6.0
Tested up to: 6.0
Stable tag: 1.0.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A WordPress plugin to create block themes.
== Description ==
This tool can create standalone block themes and child themes.
= Step 1 Setup =
Install and activate the [Create Block Theme](https://github.com/WordPress/create-block-theme) plugin. You will also need to be running the latest version of the Gutenberg plugin.
= Step 2 Style Customizations =
Make changes to your site design using the Customizer and Site Editor.
= Step 3 Templates =
Edit your templates using the Site Editor. For some things you might need to edit the template files again later.
= Step 4 Export =
In the WordPress Admin Dashboard, under Appearance there will be a new page called “Create Block Theme”.
You can add the details for the theme here. These details will be used in the style.css file. When you click the “Create Block Theme” button, a zip file will be downloaded which will contain all the files for your theme.
== Changelog ==
= 1.0.1 =
Add option to create blank theme. (#70)
Improve form instructions (#76)
Form cleanup and Theme name check (#77)
Get the correct merged theme.json data (#88)
= 1.0 =
* Initial version.