Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.33 KB

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.