GitHub Pages Slideshow with Remark
This template is made from Remark, an open source tool to help create and display slideshows from markdown. For questions, see Remark's documentation. I have added a Github action to convert the slides to a pdf in the slides branch.
The most important things to know are:
- Enable GitHub Pages from
masterfor the slides to work - Once enabled, the slides will be visible at
https://USERNAME.github.io/REPOSITORY-NAME/#1, like https://brianamarie.github.io/slideshow-on-pages/#1 - Edit the
index.htmlfile to edit the slides - Slides are separated by
---- - Presenter notes after
???within one slide - Toggle presenter notes during presentation with
P - Read the full guide to remark markdown
- Press
Cto clone a display; then pressPto switch to presenter mode. Open help menu withh
Fork this repository to get started!