Skip to content

matsev/matsev.github.io

Repository files navigation

Build and deploy

Mattias' web site

This is the source code of my personal web site, https://matsev.github.io/

Installation

  • Use rbenv to setup Ruby
  • Install bundler $ gem install bundler
  • Project setup:
  • Update bundler $ bundle update --bundler
  • Install dependencies $ bundle install
  • Serve site $ bundle exec jekyll serve
  • Update bundler $ gem update bundler && bundle update --bundler