A Middleman template with our standard defaults.
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
Stylesheets, fonts, images, and JavaScript files go in the /source/assets/
directory.
Vendor stylesheets and JavaScripts should go in each of their /vendor/
directories.