- Powered by Sli.dev + GitHub Actions + GitHub Pages
- Thanks to fguisso for building the repo setup
- Theme used is my iteration on lightvue/slidev-theme-light-icons
- Running for development
- Deploy in GitHub Pages
- Commands
- Resources on Creating Slides with Slidev
- Additional Notes
- Past Talks
npm install
npm run dev Slides_my_slides.md
Visit: https://localhost:3030
For the first deployment:
- GitHub Repo > Settings > GitHub Pages
- Set Source to
gh-pages
branch
npm run format Slides_my_slides.md
Example:
npm run format Slides_Book_ConnectingParagraphs.md
Deploys are dispatched by commit messages:
git add SLIDES_NAME.md
git commit -m "Upload: SLIDES_NAME"
git push
Commands | Purpose |
---|---|
npm run format SLIDES_NAME.md |
Format the markdown file |
npm run build SLIDES_NAME.md |
Build for production SPA |
npm run dev SLIDES_NAME.md |
Start dev server |
npm run export SLIDES_NAME.md |
Export slides to pdf |
- Slidev documentations
- fguisso/talks Repo
- antfu/talks Repo
- ahandsel/debugging_log/SliDev_LightVue
- npx slidev --help
Image Sizes
- Slide backgrounds: 1600 px by 900 px
- Vertical thin slots: 400 px by 900 px