To install this package using Composer, follow these steps:
-
Install this package with Composer:
composer require yard/brave-scaffold
-
Run the Acorn WP-CLI command to discover this package:
wp acorn package:discover
This package provides a set of scaffolding commands to help you quickly set up common content types in Brave:
wp acorn scaffold:wp-events
wp acorn scaffold:knowledgebase
wp acorn scaffold:news
wp acorn scaffold:person
wp acorn scaffold:projectAfter scaffolding wp-events, follow these manual steps to complete the setup.
To create a child theme you can run the following command. This will create a child theme directory in
web/app/themes/{slug} that has Sage as the parent theme.
wp acorn scaffold:sage-child {slug}More information about child themes can be found in Brave and Sage Child Theme Support
wp acorn scaffold:elasticsearchAfter scaffolding, follow these manual steps to complete the setup.