Skip to content

Starter WordPress plugin to use with the UCSC 2022 WordPress theme

License

Notifications You must be signed in to change notification settings

ucsc/ucsc-wordpress-starter-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC Santa Cruz Starter Plugin

This is a starter plugin that can be used to render a UC Santa Cruz themed web page. It was built based on Theming Content from within a plugin directions on the UC Santa Cruz WordPress Theme Wiki.

NPM and Composer

This plugin includes both npm (Node) and Composer development scripts to assist with building and linting code. In order to use these scripts please be sure that both are installed in your local development environment; however, it is possible to use this starter code without them.

  • Installed via npm:
    • @wordpress/scripts: A collection of reusable scripts tailored for WordPress development. For convenience, every tool provided in this package comes with an integrated recommended configuration.
    • standard-version: A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits.
  • Installed via Composer:

Getting started

Prior to working with this code, fork this repo into your own, then clone your newly forked repo to your local environment.

Enter the root of the newly cloned repo and run:

npm install
composer install

See the package.json file for additional build scripts.

About

Starter WordPress plugin to use with the UCSC 2022 WordPress theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages