Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 484 Bytes

karriere.at Dev Blog

Setting up your GitHub Pages site locally with Jekyll

  1. Check whether you have Ruby 2.1.0 or higher installed

    ruby --version
  2. Install Bundler

    gem install bundler
  3. Install Jekyll using Bundler

    bundle install
  4. Run your Jekyll site locally

    bundle exec jekyll serve