Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Empty Theme

Empty theme contains all of the boilerplate you need to get started building a block-based theme:

  • An empty theme.json file.
  • functions.php with some basic setup.
  • style.css to 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.