-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated title and added roadmap.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Gutenberg theme | ||
# Starter Gutenberg Theme with UIKit 3 | ||
This theme is designed to showcase what Gutenberg can do with regards to themes. It is intended as a work in progress, at least until v1 of the new editor (and maybe beyond). | ||
|
||
# Block focused | ||
If something isn't a block yet, this theme will not have it. As each block happens, the theme will gain that functionality. | ||
|
||
# Styling just like Gutenberg | ||
The idea of the default look for this theme is to as closely replicate that of the Gutenberg editor output as possible. As a result the focus is on that styling not creating a new look.. yet. As things grow, we may have styles and go further into what the theme can have... who knows. | ||
|
||
# Roadmap ([See v1](https://github.com/wpugph/gutenberg-starter-theme/projects/1)) | ||
- Integrate UIKit 3 | ||
- Basic Gutenblocks for UIkit components | ||
- WP UIkit Customizer |