Beschreibung
Dieses Plugin ermöglicht es dir,
– ein neues Theme, ein leeres Theme, ein Child-Theme oder eine Stil-Variation zu erstellen.
– Schriftfamilien und Schriftarten aufzulisten und anzuzeigen, die in dein Theme eingebettet sind.
– Google Fonts in dein Theme einzubetten.
– lokale Schriften in dein Theme einzubetten.
Dieses Plugin ist nur für die Entwicklung gedacht – es soll nicht auf produktiven Websites eingesetzt werden, sondern als Werkzeug, um neue Themes zu entwickeln.
Schritt 1 – Einrichtung
Installiere und aktiviere das Plugin Create Block Theme.
Im WordPress Admin Dashboard gibt es unter Design zwei neue Seiten mit den Bezeichnungen:
– Block-Theme erstellen
– Theme-Schriften verwalten
Schritt 2 – Stilanpassungen
Nimm im Website-Editor die gewünschten Änderungen an deinen Website-Stilen und Templates vor. Über die Plugin-Optionen kannst du auch neue Schriften einbetten.
Schritt 3 – Export
Navigiere im WordPress Dashboard zum Abschnitt „Design“ -> „Block-Theme erstellen“. Wähle eine der verfügbaren Optionen und ergänze falls nötig die Details für das Theme. Diese Details werden in der Datei style.css verwendet. Klicke auf den Button „Erstellen“, um das Theme zu speichern.
Rezensionen
Mitwirkende & Entwickler
„Block-Theme erstellen“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Block-Theme erstellen“ wurde in 10 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Block-Theme erstellen“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.4.0
- Specify node and npm versions, add nvmrc file
- Add theme screenshot uploading
- Manage fonts: Demo text editable
- Update Google Fonts JSON data from API
1.3.10
- Remove font face: avoid unwanted removal of fontfamily.
- Add missing spaces to option labels
1.3.9
- Updating Tested up to: 6.1
- I18N: Some new UI strings are not translatable
- Replace „current theme“ with „active theme“ (or „currently active theme“)
- Improve translation process by removing trailing spaces
- Fonts: remove font files from theme assets folder if the font face/family is removed.
- Refactor to read raw theme.json data instead of using core methods
- Update Google Fonts JSON data from API
1.3.8
- Fixes the spelling of definition
- Fixing readme contributors
- Add contributor username to readme
- Update GitHub action to avoid deprecation warning
- Update Google Fonts JSON data from API
- Update Google Fonts JSON data from API
- Check permission before running functions that need file write permissions
- Allow previewing system font
1.3.7
- Moving assets files to be auto updated by the release action
1.3.6
- Auto update assets using a github action
1.3.5
- Auto release: commit updated php file with the new version
1.3.4
- auto update version of php file
1.3.3
- Automatic release improvements
1.3.2
- Automatic release improvements
1.3.1
- Update .distignore
1.3.0
- Updating google fonts data
- Force https to load Google fonts preview
- Add the ability to select/unselect all google font variants
- Merge branch ‚trunk‘ into try/manage-fonts
- Update google fonts JSON data automatically using a repo action
- Merge branch ‚trunk‘ into release-action
- Merge branch ‚trunk‘ into try/manage-fonts
- Merge branch ‚try/manage-fonts‘ into release-action
- Manage theme fonts
- Automate release: build, version bump, changelog, deploy to wp.org
- Automate release
1.2.3
- Add translation domain (#121)
- Check for nonce index (#120)
- Validating mime type of font file on server side (#119)
1.2.2
- Add capabilities and nonce checks (#118)
1.2.1
- Correcting version number
1.2.0
- Embed Google fonts and local font files in theme (#113)
- Change button text (#112)
- Add check and directory creation for template and parts folders. (#110)
- Change theme.json schema of blank theme if Gutenberg isn’t installed. (#107)
1.1.3
- update links, screenshots of the new changes (#97)
- Add $schema and use Gutenberg classes (#99)
- Update readme to include latest features (#100)
- Generate $schema URL in the same way as core. (#105)
1.1.2
- Save a theme variation (#90)
- Make UI string ‚Create Block Theme‘ can be translatable (#92)
1.0.1
- Add option to create blank theme. (#70)
- Improve form instructions (#76)
- Form cleanup and Theme name check (#77)
- Get the correct merged theme.json data (#88)
1.0
- Initial version.