Modern starter theme with hot reload and template wrappers.
Genese is a starter theme designed for developers building custom themes on popular content management systems. It provides a structured foundation with a modern asset compilation workflow, aimed at those who want to avoid repetitive setup tasks and focus on writing theme logic.
Template Wrapper: This feature removes the need to manually include header and footer files in every template, centralizing common HTML structure in a single file.
Hot Module Replacement: Changes to JavaScript and SCSS files are injected into the browser instantly without a full page reload, speeding up the development feedback loop.
Live Browser Sync: PHP file changes are automatically detected and trigger a browser refresh, keeping the development environment synchronized.
Modern Asset Pipeline: It uses Webpack to bundle and process front-end assets from source files, following current development practices.
Organized Codebase: The theme includes a predefined directory structure for functions, template parts, and assets, promoting consistent organization and including common SEO patterns.
No comments yet. Be the first to start the conversation!