From 788c1bb279d9ce706ba6811c0dc2484c1a732106 Mon Sep 17 00:00:00 2001
From: Vanja Cosic <1070957+vanjacosic@users.noreply.github.com>
Date: Sat, 28 Oct 2023 18:23:13 +0200
Subject: Major redesign of the site
Affects structure, navigation, styles (light and dark mode), event data
---
config.toml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
(limited to 'config.toml')
diff --git a/config.toml b/config.toml
index 4cadc50..581010a 100644
--- a/config.toml
+++ b/config.toml
@@ -6,8 +6,11 @@ title = "Copenhagen Rust Community"
highlight_code = true
[extra]
-menu = [
- { title = 'Meetup.com ', url = 'https://www.meetup.com/copenhagen-rust-community/' },
- { title = 'Event archive', url = './events' },
- { title = 'Discord chat', url = 'https://discord.gg/NjtzmZ2APD' },
+nav = [
+ { title = 'Home', url = '/' },
+ { title = 'Events', url = '/events' },
+ { title = 'CoC', url = '/coc' },
+ { title = 'Meetup', url = 'https://www.meetup.com/copenhagen-rust-community/', icon = '' },
+ { title = 'Discord', url = 'https://discord.gg/NjtzmZ2APD', icon = '' },
+ { title = 'YouTube', url = 'https://www.youtube.com/@copenhagenrustcommunity', icon = '' },
]
--
cgit v1.2.3