Add a new command that adds sample content to the website which we'll use to verify CSS and get designer sign-off.
We could use something like:
wp eighteen73 sample-content
Perhaps with an arg to specify what we want to publish, giving room for future ideas. We'll begin with:
# A HTML kitchen sink
wp eighteen73 sample-content kitchen-sink
# A page with all default blocks that we know are commonly used
wp eighteen73 sample-content blocks
Content will be in the form of pages set to private mode. They'd have a pre-determined URL and if that URL already exists the CLI should ask if it's to be overwritten (allowing for later updates to be applied).
This should be run automatically during create-site operations.
Add a new command that adds sample content to the website which we'll use to verify CSS and get designer sign-off.
We could use something like:
Perhaps with an arg to specify what we want to publish, giving room for future ideas. We'll begin with:
Content will be in the form of pages set to private mode. They'd have a pre-determined URL and if that URL already exists the CLI should ask if it's to be overwritten (allowing for later updates to be applied).
This should be run automatically during
create-site
operations.