Announcing the slidev-workspace package: organize multiple Slidev presentations in a single repository. #2327
leochiu-a
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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