Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.35 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.35 KB

Common WP Blocks

This is the companion blocks plugin for the [Common WP] wordpress theme, a simple to use wordpress theme for non-profit use. It's focus is on simple visual design, and clean componentized code for easy customization by organizations with diverse needs.

Requirements

These blocks are intended to be used with the [Common WP theme]. In order to make edits to them you need to have a basic familiarity with cli, npm, webpack, React, and Wordpress Gutenberg Blocks.

Build Process

These blocks are built with webpack as per normal Wordpress Gutenberg Block building practice. First you must use npm install in the individual block folder you are working in. Then you can run npm run build to build that block. Run npm run dev to run webpack in watch mode so that it will continuously build and update as you save changes to your blocks.

TODO:

  • convert all template partials into Gutenberg Blocks to be used in posts
  • build more Blocks to cover additional page designs

License

licensed under Cooperative Work License v1.0