Static files for the DCU Karting Society website.
To add events, modify src/_data/events.json
. Copy and paste the format of the existing events. If you want two buttons, add text to both primary_text
and secondary_text
. If you want one button, add text to primary_text
and leave secondary_text
blank.
To change the slides, modify src/_data/slides.json
. Add a URL to a different image. Try and keep the aspect ratio the same across all slides.
To add images, add them to src/img/
. To view them in the site, reference them with /img
in the HTML.
If you have any questions, please contact the Webmaster, Helpdesk or the Admins.
This site is built with GitHub Actions into a container. Aperture runs that container and serves the site.
npm install
npx @11ty/eleventy --serve
bash bin/build