Skip to content

Commit

Permalink
Merge pull request #106 from WordPress/add/emptytheme-readme
Browse files Browse the repository at this point in the history
Add a readme for the emptytheme
  • Loading branch information
jffng authored Dec 2, 2020
2 parents 45025ba + 296133e commit d70fb77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions emptytheme/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.
- An empty `index.php`

It also includes a basic `index.html` template and `header.html` template part so that the theme works out of the box with no modifications.

For more background on the theme, [read the original PR](https://github.com/WordPress/theme-experiments/pull/81).

🌟 [Use the command line tool](https://github.com/WordPress/theme-experiments#generating-your-own-starter-theme) to generate your own brand-new theme based on this boilerplate.

0 comments on commit d70fb77

Please sign in to comment.