From 3ff2602cb6e9261a8437945c3e6c2e4200c5dc88 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 23 Apr 2024 13:24:44 +0200 Subject: [PATCH] mv events to own page --- config.toml | 8 +------- content/_index.md | 15 ++------------- content/events.md | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 content/events.md diff --git a/config.toml b/config.toml index 24f11be..14d2b72 100644 --- a/config.toml +++ b/config.toml @@ -25,12 +25,6 @@ highlight_theme = "cheerfully-light" navigation = [ { name = "Home", target = "/" }, -# { name = "About us", target = "/about/" }, -# { name = "Vision", target = "/vision/" }, -# { name = "Courses", target = "/courses/" }, + { name = "Events", target = "/events/" }, { name = "Resources", target = "/resources/" }, -# { name = "Projects", target = "/projects/" }, -# { name = "Blog", target = "/blog/" }, -# { name = "Testimonials", target = "/testimonials/" }, -# { name = "Contact", target = "/contact/" }, ] diff --git a/content/_index.md b/content/_index.md index 3991492..929ae67 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,16 +1,5 @@ +++ +++ -## Events - -**Our first meeting** (with Pizza!) takes place April 17, 11:00 - 12:30: - - Location: SVHUM E0101 in HSL building at UiT - [View in MazeMap](https://link.mazemap.com/dFmueM6i) - - [Register here](https://nettskjema.no/a/rtromso) (not required) to let us know you are coming, and what your pizza preferences are. - - Pizza will be sponsored by the [research software engineering (RSE) group](https://research-software.uit.no/) and the IT department at UiT. - - - - - - - - The goal for this first meeting is to get to know each other, discuss what we want to get out of the group, and plan future meetings. - - For each meeting we will try to offer something for complete beginners but - also share some tool or technique that is useful for more experienced - coders. +- [Our events](@/events.md) +- [Resources](@/resources.md) diff --git a/content/events.md b/content/events.md new file mode 100644 index 0000000..3991492 --- /dev/null +++ b/content/events.md @@ -0,0 +1,16 @@ ++++ ++++ + +## Events + +**Our first meeting** (with Pizza!) takes place April 17, 11:00 - 12:30: + - Location: SVHUM E0101 in HSL building at UiT - [View in MazeMap](https://link.mazemap.com/dFmueM6i) + - [Register here](https://nettskjema.no/a/rtromso) (not required) to let us know you are coming, and what your pizza preferences are. + - Pizza will be sponsored by the [research software engineering (RSE) group](https://research-software.uit.no/) and the IT department at UiT. + - + - + - + - The goal for this first meeting is to get to know each other, discuss what we want to get out of the group, and plan future meetings. + - For each meeting we will try to offer something for complete beginners but + also share some tool or technique that is useful for more experienced + coders.