Skip to content

Mottie/Presentations

Repository files navigation

Presentations

Presentations I've been working on for lightning talks.

View

There are two ways to view the presentations:

Open in GitHub Pages

Click on the thumbnail to start the presentation

Customizing the web
Userscripts & Bookmarklets
Unicode, diacritics and normalization

Open locally

  • 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
  • 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