Read-only mirror of https://github.com/DCC-BS/slidev-ki-im-kanton — Basel-Stadt. Issues & pull requests at the source.
  • Vue 60.1%
  • TypeScript 39.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tobias Bollinger 77f4ed7e07 Add GitHub Actions workflow for deploying Slidev to GitHub Pages
- Create a new GitHub Actions workflow (`deploy.yml`) to automate the deployment of Slidev presentations to GitHub Pages on pushes to the main or master branches.
- Include steps for checking out the code, setting up Node.js, installing dependencies, building the Slidev project, and deploying the built files.
- Add a `biome.json` configuration file for code formatting and linting settings.
- Update `bun.lock` and `package.json` to include new dependencies for Slidev addons and themes.
- Modify `slides.md` to use the new theme and addons, removing outdated content.
- Create a new `vite.config.ts` file for Vite configuration.
2025-07-15 17:52:47 +02:00
.github/workflows Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00
components first commit 2025-07-15 17:31:30 +02:00
pages first commit 2025-07-15 17:31:30 +02:00
snippets first commit 2025-07-15 17:31:30 +02:00
.gitignore first commit 2025-07-15 17:31:30 +02:00
.npmrc first commit 2025-07-15 17:31:30 +02:00
biome.json Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00
bun.lock Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00
netlify.toml first commit 2025-07-15 17:31:30 +02:00
package.json Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00
README.md first commit 2025-07-15 17:31:30 +02:00
slides.md Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00
vercel.json first commit 2025-07-15 17:31:30 +02:00
vite.config.ts Add GitHub Actions workflow for deploying Slidev to GitHub Pages 2025-07-15 17:52:47 +02:00

Welcome to Slidev!

To start the slide show:

Edit the slides.md to see the changes.

Learn more about Slidev at the documentation.