Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 354 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 354 Bytes

PeterDebelak.com

My personal site using jekyll.

Local development

First, make sure you have the right version of bundler installed:

gem install bundler:2.3.7 --user-install

Install dependencies:

bundle config set path 'vendor/bundle'
bundle install

Run locally:

bundle exec jekyll serve --watch