A simple way to build static pages with a Rails feel.
- Clone the repository
git clone [email protected]:dmbf29/middleman-boilerplate.git
NAME_OF_YOUR_PROJECT
- Move into the directory
cd NAME_OF_YOUR_PROJECT
- Remove template git
rm -rf .git
- Start a new git repo
git init
- Create repo on Github
hub create
Only if you don't have bundler or yarn
gem install bundler
brew install yarn
Then:
gem install middleman
bundle install
yarn install
middleman
rake publish
- Go to your Github repository > settings > github pages (Options) and select your build branch
- Website is deployed !
To use the gem middlman-metaman
, follow these setup instructions
- Bootstrap CSS
- Font Awesome CDN
- Webpack
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request