HTML presentations built with reveal.js.
Event site: vibehuus.be
Live index: https://slides.sebastienbarbier.com/
| Deck | URL |
|---|---|
| ShellUI — building webapp from the ground up | 260505-vibehuus-shellui/ |
To add a deck: create a folder with index.html and package.json, then add a row to the table above.
Single deck:
cd 260505-vibehuus-shellui
npm install
npm start
On every push to main, GitHub Actions publishes to https://slides.sebastienbarbier.com/:
/ — this README as HTML/<folder>/ — each deck (folder name = URL path)GitHub (repo Settings → Pages):
slides.sebastienbarbier.com (should match the CNAME file deployed by the workflow)DNS (at your domain registrar):
| Type | Name | Value |
|---|---|---|
| CNAME | slides |
sebastienbarbier.github.io |
Verification can take a few minutes up to 24 hours.