Skip to content

facastagnini/facastagnini.github.io

Repository files navigation

gem install bundler# This repo generates my website: https://facastagnini.github.io

Codacy Badge Build Status

# install the version of ruby we need
curl -s https://pages.github.com/versions.json | jq -r .ruby | tee .ruby-version
brew install rbenv
rbenv install

# install bundler
gem install --user bundler
bundle install

# run tests
bundle exec rake

# test locally
bundle exec jekyll serve --livereload --unpublished
go to http://localhost:4000

Based on the template dbyll by dbtek.