ai-events-recap

AI Events Recap

Sample Entry

file name : yyyy-mm-dd__ai-conf-sf.md

Format

---
date: '2025-06-03'
draft: false
title: "AI Engineer World's Fair - 2025 San Francisco"
tags: ['ai', 'aiengineer']
categories: ['conference']
summary: "The 'ai engineer' conference"
event_date: '2025-06-03'
event_page: 'https://www.ai.engineer/'
recordings_link: 'https://www.youtube.com/@aiDotEngineer/playlists'
recordings_link2: 'https://www.youtube.com/@aiDotEngineer/playlists'
social_x: 'https://x.com/aidotengineer'
social_youtube: 'https://www.youtube.com/@aiDotEngineer'
social_linkedin: 'https://www.linkedin.com/company/wandb/'
---

This can be blank for the most part.  Or you can add some reviews.  

For example:

I highlighy recommend watching this talk ..etc

Dev Notes

Run locally

# listen on localhost
hugo server --config hugo.development.toml -D -F

# listen on public IP - to test with mobile
hugo server --config hugo.development.toml -D -F  --bind 0.0.0.0