- Copyright 2014: Cantilever, cantilever.co
- Licensed under the MIT license.
The goal of this theme is to standardize our initial installation of WordPress to reduce the initial setup work required for each site.
-
Clone this repo at your site root.
-
Do a global find/replace for
your_theme_slug
with whatever you want the theme slug to be within the repo -
Rename the theme folder whatever you called the theme slug
-
run
npm install
at site root -
start
grunt
-
Create a database for the site to use
-
Create a virtual host in Apache
-
Load the site in a web browser. WordPress should create a wp-config file for you from the wp-config-sample, which is what we want.
-
Complete the WordPress Installation
-
Done! Go build stuff.