Presentations I've been working on for lightning talks.
There are two ways to view the presentations:
Open in GitHub Pages
Click on the thumbnail to start the presentation
- Go to a presentation folder, e.g.
cd unicode-diacritics-and-normalization
- Run static page:
- Go to the
public
sub-folder - Open
index.html
in your browser
- Go to the
- Or, run the server using
npx reveal-md index.md
Build using reveal-md
- Go to a presentation folder, e.g.
cd unicode-diacritics-and-normalization
- Make changes to the associated
index.md
- Build the static site using
npx reveal-md index.md --static public