A very bare bones WordPress theme. This is just a simple example of a small theme you could use to get started a little faster. Checkout the repo here.
.
├── README.md
├── functions.php
├── index.php
├── screenshot.png
├── style.css
└── template-parts
├── content-404.php
└── content.php
1 directory, 7 files
This starter theme is super basic and is a great place to start when building a new WordPress theme. Have ideas for improvement? Let me know and open a PR.