Skip to content

loot/loot.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ed8822 · Mar 4, 2025
Jun 4, 2023
Jun 23, 2024
Aug 24, 2022
Nov 4, 2017
Aug 4, 2024
Jun 23, 2024
Aug 4, 2024
Sep 17, 2013
Apr 8, 2017
Aug 16, 2016
Oct 15, 2015
Mar 3, 2014
Aug 24, 2022
Jun 4, 2023
Aug 24, 2022
Aug 24, 2022
Aug 5, 2018
Mar 4, 2025
Feb 24, 2019
Aug 24, 2022
Jun 18, 2022

Repository files navigation

loot.github.io

This repository acts as the main LOOT team repository, and holds all the issues that aren't specific to the code or any one game. In addition to that, it also holds LOOT's static website.

The static website is a Jekyll site that uses Material Design Lite components and the js-yaml, Octokit.js and j-toml libraries, which are provided by Google, Cloudflare and Skypack CDNs.

The easiest way to build this site locally is using Docker:

docker run --rm -v ${PWD}:/srv/jekyll -v jekyll_bundle:/usr/local/bundle -p 4000:4000 -it jekyll/jekyll:3.8.6 jekyll serve --no-watch

The site will then be accessible at http://localhost:4000.

To update the github-pages Ruby gem, run:

docker run --rm -v ${PWD}:/srv/jekyll -v jekyll_bundle:/usr/local/bundle jekyll/jekyll:3.8.6 bundle update github-pages

The version used by GitHub is given here.