This is the source of helloper.com. It's based on the Kollegorna Middleman Boilerplate.
- Make sure you have the same Ruby version installed as the repo.
- Install Bundler and Node.js.
- Clone repository
$ npm install && gulp install
The master branch is automatically deployed to my 512 mb Vultr VPS using Codeship.
More info:
Automatically deploy Middleman with Codeship to a VPS
$ gulp install
Runs bundle install, bower install and bower update.
$ gulp middleman
Runs bundle exec middleman.
$ gulp serve
Builds Middleman and create a BrowserSync server that watches all changes.
$ gulp build
Builds Middleman.
$ bundle exec middleman article NAME
Will generate a file in source/posts.