This project contains the static site for http://www.bladeandshade.ch, the preview is available at http://kitsane.github.io/bladeandshade/ and makes use of the following tools:
- Middleman to generate the static web page.
The be able to build and run the website locally, make changes and deploy it to S3, you need to have the following software on your computer:
Git is used as version control system to manage the source code and a GUI GitHub client can be installed from:
Please have a look at the client help page on how to checkout the project locally to your computer.
Ruby needs to be installed on your Machine. It's already pre installed on a Mac
Bundler needs also be present, you can install it on the command line with:
$ gem install bundlerTo install all dependencies, bundle the project:
$ bundleTo run the project, start middleman an open your browser at http://localhost:4567
$ bundle exec middleman
To build the final site:
$ bundle exec middleman buildThe site will be generated to the build directory.