diff --git a/README.md b/README.md index b0f7e163..25cf7165 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# RustWeek 2025 Website +# RustWeek 2026 Website The website is built with [Astro](https://astro.build/). In Astro, you can author content in [GitHub Flavored Markdown](https://github.github.com/gfm/). -## Setup project +## Setup project -``` +```bash yarn install ``` ## Run in development -``` +```bash yarn run dev ``` To check the build succeeds: -``` +```bash yarn run build -``` \ No newline at end of file +``` diff --git a/src/components/schedule/RustProjectSchedule.astro b/src/components/schedule/RustProjectSchedule.astro index dcb9bbaf..a5a86315 100644 --- a/src/components/schedule/RustProjectSchedule.astro +++ b/src/components/schedule/RustProjectSchedule.astro @@ -25,7 +25,7 @@ import BottomNote from "./BottomNote.astro";

Explore Utrecht, hang out with friends, or join one of the social activities with other Rustaceans.

- See RustWeek 2025 + See RustWeek 2026
diff --git a/src/layouts/LiveStreamLayout.astro b/src/layouts/LiveStreamLayout.astro index eb43205b..49e6ea2b 100644 --- a/src/layouts/LiveStreamLayout.astro +++ b/src/layouts/LiveStreamLayout.astro @@ -15,20 +15,20 @@ const {day}: Props = Astro.props;

- These are the livestreams of the talks of Rust Week 2025 for {day == "tuesday"? "Tuesday 13 May" : "Wednesday 14 May"}. There are two main conference days with talks. + These are the livestreams of the talks of Rust Week 2026 for {day == "tuesday"? "Tuesday 19 May" : "Wednesday 20 May"}. There are two main conference days with talks.

- Tue 13 May - Wed 14 May + Tue 19 May + Wed 20 May