Empty theme contains all of the boilerplate you need to get started building a block-based theme:
- An empty
theme.jsonfile. functions.phpwith some basic setup.style.cssto set up the theme.- A separate stylesheet with all the front-end alignments you'll need.
- An empty
index.php
It also includes basic index.html and singular.html templates, plus a header.html template part. These ensure that the theme works out of the box with no modifications.
For more background on the theme, read the original PR.
🌟 Use the command line tool to generate your own brand-new theme based on this boilerplate.