Skip to content

gabriel-del/slidev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template to Slidev!

Presentation Slides for Developers

Demo

To start the slide show locally:

With this options, it's possible to record a presentation and edit files on browser.

To generate the html files locally:

  • yarn build

There is also the option to export the presentations to pdf files:

  • yarn export

To reproduce the project, including the github-pages:

  • Fork de project
  • Allow permission: settings -> Actions (General) -> Workflow permissions (Read and write permissions)
  • It'll be generated a gh-pages branch with the content. It can take more than 3min.
  • Start gh-pages branch: settings -> Pages -> Source -> Branch: gh-pages -> Save.

Edit the ./presentations/slides.md to see the changes.

Learn more about on Slidev guide.

Improvements