Initial theme scaffold from wp-theme-template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 09:42:35 +01:00
commit 399354b7d2
21 changed files with 1635 additions and 0 deletions

17
CHANGELOG.md Normal file
View File

@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.1.0] - 2026-02-28
### Added
- Initial theme scaffold
- Bootstrap 5 base templates (base, page, form, single, archive, account)
- Template override mechanism via Twig `prependPath()`
- Parent theme rendering delegation via render page filter
- Theme wrapping support (`_theme_wrapped` context flag)
- CSS override stylesheet for plugin-to-Bootstrap class mapping
- Sticky header scroll shadow behavior
- CI/CD release workflow (Gitea Actions)
- Translation support (`.pot` template ready)