This is a theme I created for myself as a starting point to develop themes upon, pre WordPress v5.9.
This repository is more a reference as the theme is unlikely to be maintained.
WordPress is heading towards using block themes nowadays, not php templates anymore.
- _app: Where the bootstrapped and core 'Karri' files are located. You don't have to touch this directory.
- _sources: Where the original, uncompiled assets (js, scss, etc) files are located.
- assets: Where the compiled and vendor assets are located.
- config: Where all configuration files for the theme are located, such as Theme Customizer, Enqueued, Image Sizes, etc.
- page-templates: Where the page templates are located.
- views: Where the different views are located.
- modules: Headings, images, loops, menus, comments, etc.
- pages: Standardise layouts for pages.
- posts: Standardise layouts for posts.