Skip to content

The website for Warwick's Awesome Speedruns and Demos, a student-run speedrunning marathon in the UK.

Notifications You must be signed in to change notification settings

UWCS/warwickspeedrun

 
 

Repository files navigation

warwickspeedrun

This is the GitHub repository of the website for Warwick's Awesome Speedruns and Demos (WASD), a student-run speedrunning marathon in the UK. It has recently been remade with Zola & Bootstrap to align with stardust for easier maintenance.

Installation

  1. Install Zola (either base or my fork):
  2. Clone this repo (with submodules) git clone --recurse-submodules
  3. Run Zola with zola serve in project root
  4. HTML Templates are in /templates, and content is mostly in /content, though some of the frontpage is in /front and the runners guide in /guide.
  • The site will automatically redeploy on pushes to master, and the shortcut links can be changed in redirects.conf.
  • If something breaks in prod but not locally, it could be purgecss, which is run automatically to reduce bloat from Bootstrap. Test it locally and add exceptions to safeList in purgecss.config.js
  • Most of the per-year variables are in config.toml under [extra]
  • The favicon set is generated from realfavicongenerator.net, with the boilerplate in templates/parts/head.

About

The website for Warwick's Awesome Speedruns and Demos, a student-run speedrunning marathon in the UK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • CSS 49.0%
  • HTML 35.4%
  • SCSS 10.2%
  • JavaScript 5.0%
  • Shell 0.4%