Skip to content

jefersoneiji/custom-gutenberg-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Gutenberg Block

This project contains two custom gutenberg blocks for wordpress built using pure PHP and no plugins.

custom-blocks

Features

  • 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

Prerequisites

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.

Installing

To run this custom theme locally:

  1. Make sure the pre-requisites are done
  2. Start the wordpress local container from docker
  3. Download the .zip file of the latest release
  4. Follow block instalation instructions below

To install the plugin follow these instructions

License

This project is licensed under the MIT License - see the LICENSE.md file for details