Skip to content

birdday/wilmerlab.github.io

 
 

Repository files navigation

Installation instructions (macOS)

Here is what I did on my Mac Book Pro running High Sierra and Brew. Jekyll is a ruby application. Gem is basically a ruby version of pip.

brew install ruby
brew update ruby

after cloning from github into a new window

cd ~/workspace/wilmerlab.github.io
gem install bundler
bundle install
bundle exec jekyll serve

Packages

No packages published

Languages

  • SCSS 49.5%
  • HTML 46.4%
  • JavaScript 2.4%
  • Ruby 1.7%