Skip to content

A blank starter theme that incorporates Foundation 5 with WordPress.

Notifications You must be signed in to change notification settings

ryanlhunt/html5-blank-slate

 
 

Repository files navigation

html5 Blank Slate WordPress Foundation Theme

html5 Blank Slate is a WordPress theme that is meant to start you off with just the basics, making it easy to customize the theme for your specific project. The theme incorporates Foundation 5 into WordPress.

What you'll need

Prerequisites

git

brew install git

NodeJS

brew install node

Ruby

# RVM
\curl -L https://get.rvm.io | bash -s stable

# Ruby
rvm use ruby --install --default

Compass

gem install compass

Bower

npm install -g bower

Setup

From the console, change directories into the WordPress Theme

cd {path}/wp-content/themes/{theme_name}

Run bower update to get required foundation files

bower update

Run compass watch to watch for changes to the scss files. This will compile any changes to the /assets/css directory.

compass watch

About

A blank starter theme that incorporates Foundation 5 with WordPress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.5%
  • PHP 29.6%
  • Ruby 1.7%
  • JavaScript 0.2%