slidev-theme-ucsf
v0.1.0
Published
A UCSF-inspired Slidev theme.
Downloads
23
Readme
slidev-theme-ucsf
A UCSF-inspired theme for Slidev.
Install
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
SectionEditorTwoColumnCardsThreeColumnCardsthreenocard
Components
This theme provides the following components:
- None yet (theme-focused layouts and styles)
Publish to npm
- Log in to npm:
npm login - Verify what will be published:
npm run pack:check - Publish:
npm publish --access public --cache .npm-cache
If you are doing a new release, bump first:
npm version patchContributing
npm installnpm run devto start theme preview ofexample.md- Edit the
example.mdand style to see the changes npm run exportto generate the preview PDFnpm run screenshotto generate the preview PNG
