Skip to content

skipgu/skipgu.github.io

Repository files navigation

SKIP @ 🌐

The website is based on this template.

Instructions for local development. Make sure to install jekyll according to instructions.

Install dependencies

$ bundle install

Run (local level)

$ bundle exec jekyll serve --config "_config.yml,_config_local.yml" --future

Or, more simply

$ ./scripts/dev.sh

The _config_local.yml file overrides the url, and makes it so the website is served locally.