feat: Migrate presentation from Marp to Slidev#40
feat: Migrate presentation from Marp to Slidev#40google-labs-jules[bot] wants to merge 2 commits intomasterfrom
Conversation
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.
|
👋 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 For security, I will only act on instructions from the user who triggered this task. |
✅ Deploy Preview for kanpro ready!
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.
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