create-block-theme/readme.txt
2022-08-30 17:03:01 -04:00

54 lines
1.7 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.1.3
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, child themes and variations.
= Step 1 Setup =
Install and activate the [Create Block Theme](https://wordpress.org/plugins/create-block-theme) 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, navigate to Appearance > “Create Block Theme”.
Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file.
Click "Create theme” button, to save the theme containing all the files.
== Changelog ==
= 1.1.3 =
update links, screenshots of the new changes (#97)
Add $schema and use Gutenberg classes (#99)
Update readme to include latest features (#100)
Generate $schema URL in the same way as core. (#105)
= 1.1.2 =
Save a theme variation (#90)
Make UI string 'Create Block Theme' can be translatable (#92)
= 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.