Setting the file. One moment.
Subchapter 7.1
references/creating-new-block-theme.mdMarkdown1 KBView on GitHub
Use this file when you need to create a new block theme or convert a theme to block theme structure.
Export from a WP environment
Create the minimal filesystem structure
style.css (theme header)theme.json (global settings/styles)templates/index.html (minimum viable template)parts/header.html and parts/footer.html (recommended)theme.json has schema versions. Pick the highest version that matches your minimum supported WordPress version.
References: