Announcing the slidev-workspace package: organize multiple Slidev presentations in a single repository. #2327
Replies: 2 comments 1 reply
-
|
my interest is to build something like this: demo, source of demo each link takes you to a different marp presentation (Check out "Formal Sciene" > "AI/ML"). Is it possible to build something like this using slide-workspace? |
Beta Was this translation helpful? Give feedback.
-
|
Ah! Thank you for this 👍 :D I wanted to have multiple slides (one for each lab!) and I was using this rudimentary approach of extending the same github actions file on each new slide... then keeping a separate page to link those... lol |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys!
I want to introduce a package:
slidev-workspace.https://github.com/leochiu-a/slidev-workspace
Slidev Workspace is a specialized command-line tool designed to manage and showcase multiple Slidev presentations. It provides a unified web interface to browse, search, and access Slidev presentations distributed across different directories.
You can easily put the Slidev presentations in individual folders, and
slidev-workspacewill automatically discover them:Then you can use a single command to preview all of them as a slide deck:
slidev-workspacealso provides a simple way to build all slides:You can check the documentation for more details, including how to integrate GitHub Actions to deploy on GitHub Pages, generate OG images for each slide based on the first slide (using seoMeta.ogImage: true in the frontmatter), and more.
This package is still in an early stage. If you have any feedback, feel free to open an issue or contact me.
Beta Was this translation helpful? Give feedback.
All reactions