An open API service indexing awesome lists of open source software.

https://github.com/mottie/presentations

Presentations for lightning talks
https://github.com/mottie/presentations

lightning-talk pitch-deck presentations

Last synced: 6 months ago
JSON representation

Presentations for lightning talks

Awesome Lists containing this project

README

        

## Presentations

Presentations I've been working on for lightning talks.

## View

There are two ways to view the presentations:

### Open in [GitHub Pages](https://mottie.github.io/Presentations)

Click on the thumbnail to start the presentation

| |
|:-:|
| [![Customizing the web](./customizing-the-web/images/thumb-customizing-the-web.png)](https://mottie.github.io/Presentations/customizing-the-web/public) |
| [![Userscripts & Bookmarklets](./userscripts/images/thumb-userscripts-bookmarklets.png)](https://mottie.github.io/Presentations/userscripts/public) |
| [![Unicode, diacritics and normalization](./unicode-diacritics-and-normalization/images/thumb-unicode-diacritics-and-normalization.png)](https://mottie.github.io/Presentations/unicode-diacritics-and-normalization/public) |

### 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`](https://github.com/webpro/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`