https://github.com/askonomm/wptf
A boilerplate WordPress theme for creating block-based bespoke WordPress sites.
https://github.com/askonomm/wptf
boilerplate framework theme wordpress
Last synced: 2 days ago
JSON representation
A boilerplate WordPress theme for creating block-based bespoke WordPress sites.
- Host: GitHub
- URL: https://github.com/askonomm/wptf
- Owner: askonomm
- License: mit
- Created: 2024-07-10T20:06:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T11:48:57.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:50:21.330Z (10 months ago)
- Topics: boilerplate, framework, theme, wordpress
- Language: JavaScript
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WPTF
A boilerplate WordPress theme for creating modern block-based bespoke WordPress sites.
## Features
- **ACF Blocks**: Create ACF blocks with PHP and Twig templating.
- **Gutenberg Blocks**: Create Gutenberg blocks with JavaScript, SCSS and Twig templating.
## Requirements
- PHP 8.3+
- [Composer](https://getcomposer.org/)
## Installation
Go to the `themes` directory and run the following command (obviously replacing `my-theme` with your theme name):
```bash
composer create-project wptf/wptf my-theme
```
## Updating
Update instructions can be found under each new _non-pre_ release on
the [releases page](https://github.com/askonomm/wptf/releases).
## Documentation
To be written.