=== Devroot === Contributors: umbradev Tags: blog, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready Requires at least: 6.4 Tested up to: 6.9.1 Requires PHP: 8.0 Stable tag: 0.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A minimal, developer-focused WordPress starter theme designed for scalable, maintainable, and performance-oriented projects. == Description == Devroot is a lightweight WordPress starter theme built for developers who prefer working from a clean, extensible foundation. It provides: - Clean and semantic template hierarchy - Modular file structure - Minimal base stylesheet - Prefixed internal hook system - WordPress.org compliance-ready architecture - Translation-ready structure (text domain: devroot) Devroot does not impose design decisions. Devroot does not include unnecessary dependencies. Devroot provides a solid technical foundation for professional projects. == Features == - HTML5 markup support - Responsive embeds - Custom logo support - Navigation menu support - Widget-ready sidebar - Translation ready - Post thumbnails support == Custom Hooks == Devroot provides internal hooks for extensibility: - devroot_before_header - devroot_after_header - devroot_before_content - devroot_after_content - devroot_before_footer - devroot_after_footer All hooks are prefixed with `devroot_` to avoid naming collisions. == Installation == 1. Upload the theme to `/wp-content/themes/`. 2. Activate it from the WordPress admin. 3. Start building. == Changelog == = 0.1.0 = * Initial release * Base template hierarchy implemented * Minimal CSS structure * Custom hook system added * WordPress.org compliance validated