/careerbuilder-static

Static template build-out for CareerBuilder

Primary LanguageHTML

CareerBuilder Employer Templates

This site is setup using the Middleman static site generation tool.

Stylsheets are using SASS as the pre-processeing engine and utilize Bourbon as a common mixin library, as well as it's companion grid system Neat.

It also utilizes the iternal CareerBuilder SASS libraries:

Initial Setup

After you've cloned the repository locally, navigate to the directory and install the packages

$ bundle install
$ bower install

Local Development

  1. Because the CareerBuilder SASS libraries are in flux, make a note to update your bower packages before starting
$ bower update employer-style-base 
$ bower update employer-style-grid
  1. Run the middleman server to start development
$ middleman server
  1. At this point code should be live compiling from source and refreshing your browser window automattically as changes come in.
http://localhost:4567

Deployment

  1. Publish the build to GitHub pages
$ rake publish
  1. You can view the build here
http://teampolymathic.github.io/careerbuilder-static/

That's it! Team Polymathic