https://github.com/code-star/slides-old
Repository to host all our slides
https://github.com/code-star/slides-old
Last synced: about 2 months ago
JSON representation
Repository to host all our slides
- Host: GitHub
- URL: https://github.com/code-star/slides-old
- Owner: code-star
- Created: 2016-04-15T10:50:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T09:18:28.000Z (4 months ago)
- Last Synced: 2025-02-07T10:24:58.705Z (4 months ago)
- Language: JavaScript
- Size: 41.6 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Showtime slides Generator
## Dependencies
```
$ brew install pandoc
$ pip install click watchdog
```## Usage
```
Usage: showtime.py [OPTIONS] COMMAND [ARGS]...It's Showtime! This tool helps you create awesome slides for your talks.
Options:
--help Show this message and exit.Commands:
build Builds pages for given Markdown slides files.
index Generates an index page listing all slides.
new Generates a new set of slides for the given title.
watch Watch slides files for changes.
```## Controls
Key | Action
:--------------------------:|----------------------------------
← / → | Navigate sections
↑ / ↓ | Navigate subsections
Space | Next **slide** (reverse with Shift)
S | Open *speaker notes* window
B / . | Turn screen black
F | Toggle fullscreen
O | Toggle overview
Esc | Exit fullscreen / toggle overview## Acknowledgements
- [Pandoc](http://pandoc.org/)
- [Click](http://click.pocoo.org/5/)
- [Watchdog](https://github.com/gorakhargosh/watchdog)
- [reveal.js](http://lab.hakim.se/reveal-js/)
- [highlight.js](https://highlightjs.org/)
- [`` for Fun and Profit](https://kremalicious.com/using-kbd-for-fun-and-profit/)