Based on Automattic's underscores blank slate starter Theme
This is a work in progress! I will continue to refine this starter until it fits my general needs.
Theme Directory Structure
Singular.php
can be used to replacesingle.php
andpage.php
, reducing the number of pages used in the theme- Partials contain blocks of reusable code that is called into each template file.
Functions.php
includes google fonts enqueue scripts- Template-files include various template pages that can be added to the theme to enhance and build on the minimal original components
Renaming (instructions snatched from underscores.me)
- Search for
'_lemonade'
(inside single quotations) to capture the text domain. - Search for
_lemonade_
to capture all the function names. - Search for
Text Domain: _lemonade
in style.css. - Search for
<code> _lemonade</code>
(with a space before it) to capture DocBlocks. - Search for
_lemonade-
to capture prefixed handles.