A simple way to build static pages with a Rails feel.
- In the repo, click on the green
Code
button to copy your SSH address - In Terminal, move to your code folder (or where you want to download the new repo)
- Clone the repository like this
git clone [email protected]:dmbf29/middleman-template.git middleman-portfolio
- Move into the directory
cd middleman-portfolio
- Remove the connection to my Github
git remote remove origin
- Create your own repo
gh repo create
gem install middleman
bundle install
Warnings == 👌, but Fatal errors == ⛔️
If you get a fatal error, you can try fixing it with bundle update
and hope for the best 🤞
middleman
or if that fails, trybundle exec middleman
- Sign into Netlify
- Add new site -> Import an existing project -> Github
- Choose repository and branch
- Make sure your deploy settings look like this:
To use the gem middlman-metaman
, follow these setup instructions
- 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