Welcome to Slidev!

To start the slide show:

Edit the slides.md to see the changes.

Learn more about Slidev on documentations.

Updating the Theme

The theme is included as a subtree and resides in here.

First, make sure that you have the theme repository added as a remote

$ git remote add theme ssh://git@github.com:factor10/slidev-theme-factor10.git

Then pull the latest changes:

$ git subtree pull -P theme theme main

This pulls the latest changes from the branch main on the remote named theme into the directory named theme