_____ ___________ _____ _ _ _
|_ _| ___| _ \ / __ \ | | | | |
| | | |__ | | | |_ _| / \/ |__ __ _| |_| |_
| | | __|| | | \ \/ / | | '_ \ / _` | __| __|
| | | |___| |/ / > <| \__/\ | | | (_| | |_| |_
\_/ \____/|___/ /_/\_\\____/_| |_|\__,_|\__|\__|
This theme was forked from an original that was designed and coded by The Working Group and TEDxToronto in the hopes that other TEDx organizations will find this easy to use to promote and manage their own events.
We have modified some features and tweaked some layouts to better fit our needs at TEDxChattanooga.
- PHP 5.4 or greater
- MySQL 5.0 or greater
- The mod_rewrite Apache module or similar configuration for Nginx
- A recent version of WordPress
cd /wordpress/wp-content
git clone [email protected]:twg/TEDxTheme.git
- Install the plugin dependencies:
We've done our best to setup an efficient workflow using Gulp.js and Bower. You'll need to have npm
installed before getting started. Development requires an understanding of the following commands:
npm install
- Install development dependenciesgulp watch
- Starts the Grunt task that builds css and js. Also has a livereload server runninggulp vendor-js vendor-css
- Concats and minifies Bower dependencies into a singleplugin.min.js
file. These dependencies are declared in theGulpfile.js
. To add a new plugin we recommend installing it with Bower and then declaring it in the gulp file.