From 904c6e8d1b3e67a42c010ddfb469afa8c0e91edc Mon Sep 17 00:00:00 2001 From: jtbx Date: Sun, 29 Oct 2023 22:47:54 +0100 Subject: [PATCH] calendar: Update URL --- fetch-calendar.sh | 2 +- hugo.toml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fetch-calendar.sh b/fetch-calendar.sh index fac7c5d..62cad68 100755 --- a/fetch-calendar.sh +++ b/fetch-calendar.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -ICAL_URL=https://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/6CJcM7XDfoYire5d +ICAL_URL=https://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/QJAdExziSnNJEz5g OUTFILE=data/calendar.json # See here for uname -s outputs: https://en.wikipedia.org/wiki/Uname#Examples diff --git a/hugo.toml b/hugo.toml index ab422b6..57c8cb0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -26,27 +26,26 @@ theme = 'ccchh' # [menu.main.params] # rel = "external" [[menu.main]] - name = "Kalender (beta)" - url = "https://cloud.hamburg.ccc.de/apps/calendar/embed/6CJcM7XDfoYire5d" + name = "Kalender" + url = "https://cloud.hamburg.ccc.de/apps/calendar/embed/QJAdExziSnNJEz5g" [menu.main.params] rel = "external" [[menu.footer]] name = "Satzung" weight = 90 - url = "#" + url = "https://wiki.cccch.net/verein:offizielles:satzung" [menu.footer.params] rel = "external" [[menu.footer]] name = "Hausordnung" weight = 92 - url = "#" + url = "https://wiki.cccch.net/verein:offizielles:hausordnung" [menu.footer.params] rel = "external" [[menu.footer]] name = "Mitglied werden" weight = 94 - url = "#" + url = "https://wiki.cccch.net/verein:offizielles:foemi-formular" [menu.footer.params] rel = "external" - # TODO: Hier auch Beitragsordnung verlinken