BitBoxSwiss / ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Company Website

This repository contains the website shiftcrypto.ch, which is built with Jekyll.

Setup

  1. Install (or upgrade) Ruby (brew install ruby with Homebrew on macOS).
  2. Extend the PATH to include the gems directory (like export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/2.6.0/bin:$PATH" in your bash initialization script).
  3. Install Bundler and replace a potentially existing installation: gem install bundler.
  4. Install all Ruby dependencies in the root directory of this repository: bundle install --path vendor/bundle.
  5. Serve the website from the root directory of this repository: bundle exec jekyll serve --livereload.
  6. In case you just want to build the site to the _site folder (to check for errors): bundle exec jekyll build.

About

License:MIT License


Languages

Language:HTML 83.6%Language:CSS 10.2%Language:Python 2.2%Language:JavaScript 2.1%Language:Ruby 1.9%