A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework. Suitable as a standalone theme or as a parent theme.
Head over to the UCF WordPress Theme wiki for detailed information about this theme, installation instructions, and more.
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.
themes/
directory: git clone https://github.com/UCF/UCF-WordPress-Theme.git
cd
into the new UCF-WordPress-Theme directory, and run npm install
to install required packages for development into node_modules/
within the repoOptional: 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 as gulp-config.json
.
To enable BrowserSync, set sync
to true
and assign syncTarget
the base URL of a site on your local WordPress instance that will use this theme, such as http://localhost/wordpress/my-site/
. Your syncTarget
value will vary depending on your local host setup.
The full list of modifiable config values can be viewed in gulpfile.js
(see config
variable).
gulp default
to process front-end assets.gulp watch
to continuously watch changes to scss and js files. If you enabled BrowserSync in gulp-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!