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
+16
View File
@@ -1,3 +1,19 @@
# Faux Linux User Group presentations
This repository contains the FLUG presentations.
## Usage
Install the required dependencies:
```bash
nvm use stable
npm install
npm install -g vite
```
Run the development server:
```bash
vite
```