Skip to content

kitsane/bladeandshade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blade and Shade

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:

Installation

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

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

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 bundler

Prepare

To install all dependencies, bundle the project:

$ bundle

Run

To run the project, start middleman an open your browser at http://localhost:4567

$ bundle exec middleman

Build

To build the final site:

$ bundle exec middleman build

The site will be generated to the build directory.

About

Website for bladeandshade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published