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 19:11:41 -07:00
parent 4412fe6001
commit ac09a31961
8 changed files with 220 additions and 4 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