Initial theme scaffolding (v0.0.1)

- Bootstrap 5 CSS/JS integration via Yarn (served locally)
- Dart Sass build pipeline with PostCSS, Autoprefixer, cssnano
- Twig 3.0 via Composer with PSR-4 autoloading
- FSE block theme templates (index, home, single, page, archive, search, 404)
- Template parts (header, footer) and block patterns
- theme.json with Bootstrap 5-aligned design tokens
- Gitea CI/CD workflow for automated release packages
- WordPress i18n support (en_US base, de_CH translation)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-02-08 02:25:33 +01:00
commit d7415b9747
51 changed files with 15596 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
# Copyright (C) 2026 Marco Graetsch
# This file is distributed under the same license as the WP Bootstrap theme.
msgid ""
msgstr ""
"Project-Id-Version: WP Bootstrap 0.0.1\n"
"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n"
"POT-Creation-Date: 2026-02-08 00:00+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#. Theme Name of the theme
msgid "WP Bootstrap"
msgstr ""
#. Description of the theme
msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor."
msgstr ""
#: patterns/footer.php
msgid "Powered by %s"
msgstr ""
#: patterns/footer.php
msgid "https://wordpress.org"
msgstr ""
#: patterns/hidden-404.php
msgid "Page not found"
msgstr ""
#: patterns/hidden-404.php
msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below."
msgstr ""
#: patterns/hidden-search.php
msgid "Search"
msgstr ""
#: patterns/hidden-search.php
msgid "Search..."
msgstr ""
#: patterns/hidden-blog-heading.php
msgid "Blog"
msgstr ""
#: patterns/comments.php
msgid "Comments"
msgstr ""
#: patterns/post-navigation.php
msgid "Previous"
msgstr ""
#: patterns/post-navigation.php
msgid "Next"
msgstr ""
#: patterns/more-posts.php
msgid "More posts"
msgstr ""
#: patterns/template-query-loop.php
msgid "Read more"
msgstr ""
#: patterns/template-query-loop.php
msgid "No posts were found."
msgstr ""
#: functions.php
msgid "Pages"
msgstr ""
#: functions.php
msgid "A collection of full page layouts."
msgstr ""