OpenTide conference presentations — powered by Slidev
| Talk | Event | Date | Status |
|---|---|---|---|
| FIRST CTI 2026 | FIRST CTI Summit | March 2026 | ✅ Ready |
npm install
npm run dev # opens FIRST CTI 2026 talk in browserConfTide/
├── components/ # Shared Vue components (auto-imported)
├── layouts/ # Custom Slidev layouts
├── public/ # Static assets (logos, images)
├── styles/ # Shared CSS
├── talks/ # One folder per talk
│ └── first-cti-2026/
│ ├── slides.md # Entry point (frontmatter + imports)
│ └── pages/ # Slide sections (composable markdown)
├── landing/ # GitHub Pages landing page
├── scripts/ # Build & deploy scripts
└── style.css # Global theme (auto-loaded by Slidev)
- Create
talks/<talk-name>/slides.mdwith Slidev frontmatter - Add page files in
talks/<talk-name>/pages/ - Add npm scripts in
package.json - Update the build script
npm run build # builds all talks + landing page
npm run build:first-cti-2026 # builds just one talk
npm run export:pdf # exports to PDFDeployed automatically to GitHub Pages via .github/workflows/deploy.yml.
- Navy:
#1E3A8A - Gold:
#F5C518 - Fonts: Inter (text) + JetBrains Mono (code)
- License: EUPL 1.2
Built with ❤️ by the European Commission CSOC team