raceconditionrunning / raceconditionrunning.github.io

Race Condition Running

Home Page:http://raceconditionrunning.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race Condition Running

Build Status

This repo contains the website for Race Condition Running http://raceconditionrunning.com/

Install dependencies with pip3 install -r requirements.txt and bundle install.

To test locally, run make serve (requires watchy; install with npm install -g watchy), after which the page will be available at http://localhost:4000.

The entire site is built by _bin/mkical.py and Jekyll; the live site is built and deployed by a GitHub action and served by GitHub pages.

Important Files and Folders

  • Routes are in _data/routes.yml.
  • The current schedule is in _data/schedule.yml.
    NOTE: Schedule times should be in 24 hour format. So "5:30 pm" would be "17:30".
  • To create a new brunch review, add a new file to the _brunch-reviews folder.

Preparing Images

Use ImageMagick to compress images. Converting to high quality WebP with a max edge length of 2000 works well:

mogrify -quality 90 -resize 2000x2000 -format webp -auto-orient *.jpg

About

Race Condition Running

http://raceconditionrunning.com


Languages

Language:HTML 77.1%Language:JavaScript 16.0%Language:Python 3.5%Language:GLSL 2.4%Language:SCSS 0.8%Language:Makefile 0.2%Language:Ruby 0.0%