Skip to content

feat: Migrate presentation from Marp to Slidev#40

Draft
google-labs-jules[bot] wants to merge 2 commits intomasterfrom
feature/migrate-to-slidev
Draft

feat: Migrate presentation from Marp to Slidev#40
google-labs-jules[bot] wants to merge 2 commits intomasterfrom
feature/migrate-to-slidev

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This PR migrates the entire presentation from Marp to Slidev, updating the content, dependencies, and build processes accordingly.


PR created automatically by Jules for task 15431574133053204074

The key changes include:
- Replacing the Marp and Emacs-based build process with a new one based on Slidev.
- Converting all `.org` source files to Slidev's Markdown format.
- Centralizing common configuration (theme, footer, etc.) in the front matter of each slide deck.
- Updating the build scripts in `package.json` to use `slidev build`.
- Updating the CI/CD configurations for Netlify and GitHub Actions.
- Removing all legacy files related to Marp and the old build process.

The new build process generates a separate HTML file for each chapter, preserving the original URL structure.

Note: I was unable to perform frontend verification with screenshots due to issues with the local development server and Playwright environment. However, the build process completes successfully and generates the expected files. I was also unable to get a code review due to an internal tool error.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

@netlify
Copy link
Copy Markdown

netlify bot commented Oct 13, 2025

Deploy Preview for kanpro ready!

Name Link
🔨 Latest commit 1609b96
🔍 Latest deploy log https://app.netlify.com/projects/kanpro/deploys/68ed061e7673390008cec4ef
😎 Deploy Preview https://deploy-preview-40--kanpro.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…ores the main index page.

The key changes include:
- Correcting the `npm run build` scripts in `package.json` to handle asset paths correctly. Each slide deck is now built with relative paths (`--base=./`), and their assets are merged into a single `dist/assets` directory. This resolves the issue where deployed slides would appear as blank pages.
- Restoring the main index page by creating an `index.md` and adding a script to convert it to `dist/index.html` using `marked`.
- Cleaning up the file structure by moving all slide-related markdown files to the root directory.
- Removing the temporary `test.md` file used for debugging.

These changes address the feedback from the previous submission and ensure the project builds correctly and is usable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants