Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WordPress/gutenberg-starter-theme
A simple theme for testing Gutenberg.
https://github.com/WordPress/gutenberg-starter-theme
Last synced: 10 days ago
JSON representation
A simple theme for testing Gutenberg.
- Host: GitHub
- URL: https://github.com/WordPress/gutenberg-starter-theme
- Owner: WordPress
- License: gpl-2.0
- Created: 2017-07-27T19:30:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T13:54:04.000Z (9 months ago)
- Last Synced: 2024-07-03T10:18:44.386Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 734 KB
- Stars: 680
- Watchers: 143
- Forks: 162
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-gutenberg - Showcasing Gutenberg Starter Theme
README
# Gutenberg Starter Theme
The Gutenberg Starter theme is designed to provide a simple, interference-free theme for testing Gutenberg. It uses no editor styles by default, and is built so that its front-end appearance is as close to the editor's default Gutenberg styles as possible.
The theme is primarily intended for use by those developing for and testing Gutenberg, but may also be helpful for those developing themes, or for folks who would like their site to look like Gutenberg in general.
## Theme Options
There are a few optional settings available in the `Appearance > Theme Options` panel added to WP-Admin. Each setting maps to a [theme support](https://developer.wordpress.org/block-editor/developers/themes/theme-support/) option offered by Gutenberg:
- [**Wide alignment**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#wide-alignment). By default, wide and full alignments are active in the theme. This setting provides you the option to turn them off.
- [**Color palette**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-color-palettes). The theme provides a limited custom color palette by default. This can be toggled off if you'd like to test the default Gutenberg colors.
- [**Dark background**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#dark-backgrounds). Gutenberg provides some alternate UI colors, optimized for themes that use a dark background color. Turning this on will allow you to test those by enabling a dark mode of the theme.
- [**Block Styles**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#default-block-styles). This option allows you to opt-in or out of having Gutenberg provide some structural CSS for certain blocks on the front end.
- [**Responsive embedded content**](https://developer.wordpress.org/block-editor/developers/themes/theme-support/#responsive-embedded-content). When this is active, embed blocks will automatically reflect the aspect ratio of content that is embedded in an iFrame.## Contributing
Fixes and enhancements for the theme are welcome and encouraged! For more information about contributing, please visit [CONTRIBUTING.md](https://github.com/WordPress/gutenberg-starter-theme/blob/master/CONTRIBUTING.md).