An open API service indexing awesome lists of open source software.

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.

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.