Adding Audio

1
Upload your file

Go to the audio/ folder in the GitHub repository. Click Add file → Upload files and drop your .mp3 or .wav file there.

2
Add an entry to data/content.json

Open data/content.json and add a new object to the "audio" array:

{
  "id": "a1",
  "title": "My Recording",
  "description": "A short description.",
  "category": "talk",
  "date": "2026-03-01",
  "file": "audio/my-recording.mp3",
  "duration": "5:32"
}
3
Commit & push

Commit both the audio file and updated content.json. GitHub Pages will rebuild and the recording will appear on this page automatically.