Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for RH2025 #1

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .env

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
13 changes: 0 additions & 13 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

45 changes: 0 additions & 45 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

21 changes: 0 additions & 21 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
26 changes: 0 additions & 26 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

27 changes: 27 additions & 0 deletions blog/2025-01-15-its-happening.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
slug: its-happening-2025
title: RoboHack 2025 is happening!
authors:
- sro
tags: [robohack, 2025]
---

# RoboHack 2025 is happening!

RoboHack 2024 took was a massive success, and we've taken time to think about what we could improve.
We're excited to announce that RoboHack 2025 is happening on 1st & 2nd March 2025!

## New venue

This year, the event will be held in Building 42 (SUSU).
This gives us more space as well as an increased production value - the competition will be a real spectacle.

## New game

The game is different too this year, with more of a focus on mechanics, and more room for competition against other robots.
We'll have more news on that at the event.

## Sign ups opening soon

Sign ups will be open at the end of January, so keep an eye out for an announcement from us!

22 changes: 4 additions & 18 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png

sro:
name: Southampton Robotics Outreach
title: Event Organisers

23 changes: 7 additions & 16 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ const config: Config = {
src: "img/logo.svg",
},
items: [
{
to: "blog",
label: "News",
position: "left",
},
{
href: "/event",
position: "left",
Expand All @@ -91,24 +96,13 @@ const config: Config = {
position: "left",
label: "Rules",
},
{
href: "/gallery",
position: "left",
label: "Gallery",
},
{
type: "docSidebar",
sidebarId: "docsSidebar",
position: "left",
label: "Docs",
},
{
href: "/comp/schedule",
position: "right",
label: "Competition",
componly: "true",
},
].filter((item) => item.componly !== "true" || process.env.SITE_MODE === "comp") as any,
],
},
footer: {
style: "dark",
Expand All @@ -129,10 +123,6 @@ const config: Config = {
{
title: "Social Media",
items: [
{
label: "X",
href: "http://twitter.com/robotoutreach",
},
{
label: "Discord (SRO)",
href: "https://discord.gg/hfjQ3kqwXc",
Expand All @@ -153,3 +143,4 @@ const config: Config = {
};

export default config;

Loading