Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 896 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 896 Bytes

cloudkeeper.xyz

This repository contains the source of the cloudkeeper.xyz website. It’s built using Jekyll and designed with Bootstrap.

In order to preview the site locally, follow the instructions on GitHib, titled “Setting up your Pages site locally with Jekyll”. Basically, what it comes down to is installing Bundler once with

gem install bundler

and use

bundle exec jekyll serve

to start a local webserver that automatically refreshes as you update the local files. It uses the same versions as GitHub Pages in order to compile the site (this is configured in file Gemfile). Initially, and whenever versions used by GitHub Pages are updated, run:

bundle install