A WordPress theme for Central College departments to use as a department website.
This theme is currently designed to be manually deployed to a production server.
Department directory pages can be created using the Central College people API. More information can be found in the "Site Settings" tab of your site.
To easily spin up a development server to work on this theme, we've included Vagrant configuration files.
wp-import-data.xml
. Vagrant will populate the development server with this data.vagrant up
to initate a test server.Vagrant requires:
To enable testing with beta versions or release candidates of WordPress, the WordPress beta tester plugin is installed in the Vagrant test box.
You can use the Grunt javascript task runner (https://gruntjs.com/) with this project. It currently performs the following commands:
.php
files and uses SSH to transfer to a remote server..css
files and minifies them.npm install
to install the project dependenciesgrunt
command.