New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Gutenberg Starter Theme as a block-based theme #6
Merged
Conversation
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
To ensure that all pages except for the homepage include a title.
Also, have the homepage rely on the standard index.html template.
I pushed a few more updates to this today. I think it's probably far enough along to be merged in alongside the other theme in the repo. Would someone mind giving this a test + review? |
To keep things simple.
Yep, that's right. I think it's fine to leave the screenshot as it is above for now, since there's history in the thread. Thanks for testing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Here's another one! This uses the Gutenberg Starter Theme as a base, and fills in the default Gutenberg demo post as homepage starter content. Most of the theme files were stripped out, leaving a the code relatively barebones.
Basic steps for testing
Gutenberg > Experiments
panel.Appearance > Themes
.Your frontend should render things generally the same way Gutenberg looks with no editor styles.
Screenshot