Built as a child theme of the UCF WordPress Theme for the Board of Trustees website, using the Athena Framework.
Head over to the BOT Child Theme wiki for detailed information about this theme, installation instructions, and more.
Enhancements:
- Added fields and updated templates to support Board "Retreat/Workshop" meetings as separate from "Other" meetings.
Bug Fixes:
- Modified the arguments used to get the latest meeting minutes to ensure meetings where the minutes have been removed at some point are excluded.
Enhancements:
- Added ability to specify custom committee archive messages
New Feature:
- Added a committee archive template and a link to said page below the list of committees in the sidebar. The committee archive page must be created to support this change.
Note that compiled, minified css and js files are included within the repo. Changes to these files should be tracked via git (so that users installing the theme using traditional installation methods will have a working theme out-of-the-box.)
Enabling debug mode in your wp-config.php
file is recommended during development to help catch warnings and bugs.
- node v16+
- gulp-cli
-
Clone the BOT-Child-Theme repo into your local development environment, within your WordPress installation's
themes/
directory:git clone https://github.com/UCF/BOT-Child-Theme.git
-
cd
into the new BOT-Child-Theme directory, and runnpm install
to install required packages for development intonode_modules/
within the repo -
Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy
gulp-config.template.json
, make any desired changes, and save asgulp-config.json
.To enable BrowserSync, set
sync
totrue
and assignsyncTarget
the base URL of a site on your local WordPress instance that will use this theme, such ashttp://localhost/wordpress/my-site/
. YoursyncTarget
value will vary depending on your local host setup.The full list of modifiable config values can be viewed in
gulpfile.js
(seeconfig
variable). -
Run
gulp default
to process front-end assets. -
If you haven't already done so, create a new WordPress site on your development environment, and install and activate theme dependencies.
-
Set BOT Child Theme as the active theme.
-
Make sure you've completed all theme configuration steps.
-
Run
gulp watch
to continuously watch changes to scss and js files. If you enabled BrowserSync ingulp-config.json
, it will also reload your browser when scss or js files change.
Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!