Talks, readings, language samples, and other audio. Files are stored directly in this site's repository — upload to audio/ to add more.
Go to the audio/ folder in the GitHub repository. Click Add file → Upload files and drop your .mp3 or .wav file there.
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"
}
Commit both the audio file and updated content.json. GitHub Pages will rebuild and the recording will appear on this page automatically.