Want to show off your projects, events or add to our website?
To make a contribution:
- Create a GitHub account.
- Fork the repository. The fork should end up in your own account.
- Create a new branch and make your changes there.
- Commit your changes.
- Issue a pull request against the master repository/branch.
- Your pull request will be reviewed at the earliest convenience, we will provide feedback, and eventually merge the updated changes into the master repository.
Create a new .md file under collections/_events for your event, using the following template:
---
title: "Event"
icon_alt: Award icon
categories:
- National
group: events
date: 2025-05-14
layout: post
image: assets/images/event-images/your-event-image.png
project-type: National Event
web-page: https://www.your-url-for-cake-event.ac.uk
location: Where this will be held
summary: An optional summary to display (otherwise it will use the first bit of the text content
---
This is the content for the event, lots of information can be added hereIf you wish, add an image into assets/images/event-images/your_event_image_here.webp and update the above template.
If your project is not enlisted yet or you want to make changes to your existing project description, first of all search for the DRI funding stream supporting you. At the moment, we have
- Systems
- New approaches to software
- New approaches to skills
- Embedded GPU CSE
- RTP Skills, hubs and platforms
If your rubric is not here, please contact the cake-management@mlist.is.ed.ac.uk.
Every rubric has its own subdirectory under collections. Per project, there should be one .md file which is simple markup.
If your project is not there yet, create a new .md file under collections/_projects for your project, using the following template:
---
title: "Project"
icon_alt: Award icon
categories:
- Projects
group: projects
layout: post
order: 1
image: assets/images/project-images/project_1.webp
project-type: Training
contact-name: Test Person
contact-email: test@test.com
web-page: https://www.your-url-for-project.ac.uk
---
More information soon to be added! If you wish, add an image into assets/images/project-images/your_project_image_here.webp and update the above template.