Skip to content

whitemech/whitemech.github.io

Repository files navigation

WhiteMech website

This repository contains the code for the WhiteMech's website.

Preliminaries

Follow this guide to set up your Ruby development environment.

Install Ruby version 2.6.0:

rbenv install 2.6.0

Install bundler:

gem install bundler

Then:

bundle install

Build

To build the Jekyll website:

bundle exec jekyll build

To serve:

bundle exec jekyll serve