Skip to content

cloudkeeper-project/cloudkeeper-project.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published