Add event calendar and update site content

Add a calendar page and ICS file for event subscriptions. Update the
Hello Linux presentation with Tux images and add setup instructions
to the README.
This commit is contained in:
2026-05-28 18:40:14 -07:00
parent 3fc28bded1
commit b7d48908b9
8 changed files with 286 additions and 54 deletions
+18
View File
@@ -0,0 +1,18 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//FLUG//NONSGML Event Calendar//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WRAPER-NAME:ical4j
BEGIN:VEVENT
UID:flug-meeting-2026-05-29@flug.org
DTSTAMP:20260101T000000Z
DTSTART;TZID=America/Los_Angeles:20260529T203000
DTEND;TZID=America/Los_Angeles:20260529T220000
SUMMARY:FLUG Meeting
LOCATION:Google CRSM1240, Sunnyvale CA 94089
DESCRIPTION:FLUG Meeting
STATUS:CONFIRMED
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR