Middleman

A Middleman template with our standard defaults.

Getting Started

Set up your project in your code directory

git clone https://github.com/craftsmen/middleman-starter.git your-project-folder
cd your-project-folder
git remote rm origin
git remote add origin your-git-url

Install dependencies:

bundle install

Run the server

bundle exec middleman

Deploy to GitHub Pages

bundle exec middleman deploy

Directories

Stylesheets, fonts, images, and JavaScript files go in the /source/assets/ directory. Vendor stylesheets and JavaScripts should go in each of their /vendor/ directories.