Skip to content

Repository files navigation

ige-opera.github.io

Setup locally

  1. Install Ruby: https://www.ruby-lang.org/en/documentation/installation/,
  2. Install Bundler: gem install bundler,
  3. Install dependencies (listed in the Gemfile): bundle install,
  4. Build and serve the website locally: bundle exec jekyll serve.

You may also consult Jekyll Splash layout documentation here and Minimal Mistakes helpers here