Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 1.05 KB

Website for Benina Foundation. See https://www.benina.nl

Website created using a fork of Methods. See: https://github.com/18F/methods

Install

You will need Ruby ( > version 2.1.5 ). You may consider using a Ruby version manager such as rbenv or rvm to help ensure that Ruby version upgrades don’t mean all your gems will need to be rebuilt.

On OS X, you can use Homebrew to install Ruby in /usr/local/bin, which may require you to update your $PATH environment variable:

brew update
brew install ruby

To serve this website locally, using website as the name of your new repository: Run each of the following steps to get the site up and running.

git clone https://github.com/stichting-benina/stichting-benina.github.io.git website
cd website
bundle install
bundle exec jekyll serve

You should be able to see the site at: http://localhost:4000/