This project is powered by Sli.dev + Github Actions + Github Pages.
Special Thanks fguisso/talks!
npm install
npm run dev -- slides/my-slide.md
- visit http://localhost:3030
Learn more about Slidev on documentations.
remenber to replace the infos with your own in the '.github\workflows\deploy.yml'. Deploys are dispatched by commit messages:
# please add suffixes ,it will display in the language collum of the table
git pull
git add slides/<slide-name>.en.md
git commit -m "deploy: <slide-name>.en"
git push
Please wait the 'Github Actions' work complete, then go to your repository 'Settings->Pages->Build and deployment->Source', and choose the item 'Github Actions'.
Name | Presented at | Slides Link | PDF Link |
---|---|---|---|
slides.cn | 2023-03-11 | https://lizilong1993.github.io/slidev_template/slides.cn | https://cdn.jsdelivr.net/gh/lizilong1993/slidev_template@main/exports/slides.cn.pdf |
slides.en | 2023-03-11 | https://lizilong1993.github.io/slidev_template/slides.en | https://cdn.jsdelivr.net/gh/lizilong1993/slidev_template@main/exports/slides.en.pdf |
slides.fr | 2023-03-11 | https://lizilong1993.github.io/slidev_template/slides.fr | https://cdn.jsdelivr.net/gh/lizilong1993/slidev_template@main/exports/slides.fr.pdf |