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
- Host: GitHub
- URL: https://github.com/mottie/presentations
- Owner: Mottie
- License: mit
- Created: 2018-07-25T12:13:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T03:43:05.000Z (over 3 years ago)
- Last Synced: 2024-12-02T15:49:01.793Z (6 months ago)
- Topics: lightning-talk, pitch-deck, presentations
- Language: JavaScript
- Size: 8.68 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
| |
|:-:|
| [](https://mottie.github.io/Presentations/customizing-the-web/public) |
| [](https://mottie.github.io/Presentations/userscripts/public) |
| [](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`