This project contains two custom gutenberg blocks for wordpress built using pure PHP and no plugins.
- fully editable text
- customizable text color
- customizable backgrond color
- contains two types of blocks
- one with only text
- another with text and image
- fully responsive blocks to different screen sizes
For this project to run, make sure these software are installed:
- docker
- node
- code editor
- wordpress/env
and you have admin access to the terminal.
Please follow these instructions.
To run this custom theme locally:
- Make sure the pre-requisites are done
- Start the wordpress local container from docker
- Download the .zip file of the latest release
- Follow block instalation instructions below
To install the plugin follow these instructions
This project is licensed under the MIT License - see the LICENSE.md file for details