You've already forked wp-bootstrap
20 lines
807 B
Markdown
20 lines
807 B
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
All notable changes to this project will be documented in this file.
|
||
|
|
|
||
|
|
## [0.0.1] - 2026-02-08
|
||
|
|
|
||
|
|
### Added
|
||
|
|
|
||
|
|
- Initial theme scaffolding
|
||
|
|
- Bootstrap 5 CSS and JS integration (served locally via Yarn)
|
||
|
|
- SASS build pipeline with Dart Sass, PostCSS, Autoprefixer, cssnano
|
||
|
|
- Twig 3.0 template engine integration via Composer
|
||
|
|
- FSE templates: index, home, single, page, archive, search, 404
|
||
|
|
- Template parts: header, footer
|
||
|
|
- Block patterns: header, footer, query loop, comments, post navigation, more posts, 404, search, blog heading, written by
|
||
|
|
- `theme.json` with Bootstrap 5-aligned design tokens (colors, typography, spacing)
|
||
|
|
- WordPress i18n support with `en_US` (base) and `de_CH` translations
|
||
|
|
- Gitea CI/CD workflow for automated release packages
|
||
|
|
- Editor styles for block editor compatibility
|