https://github.com/chariotsolutions/presentation-seed-asciidoctor
A base presentation for Charioteers written in ASCIIDOC that targets Reveal.JS slides AND PDF and uses graphviz for diagrams, etc...
https://github.com/chariotsolutions/presentation-seed-asciidoctor
Last synced: 11 months ago
JSON representation
A base presentation for Charioteers written in ASCIIDOC that targets Reveal.JS slides AND PDF and uses graphviz for diagrams, etc...
- Host: GitHub
- URL: https://github.com/chariotsolutions/presentation-seed-asciidoctor
- Owner: chariotsolutions
- Created: 2017-10-25T15:04:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:33:08.000Z (over 3 years ago)
- Last Synced: 2025-09-07T10:35:15.572Z (11 months ago)
- Language: JavaScript
- Size: 3.16 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README-DEVEL.md
Awesome Lists containing this project
README
In one shell, execute:
```
filewatcher ./src ./generate-slide-deck.sh
```
In another shell, run your slides (see setup for how to initialize reveal.js)
```
cd reveal.js
grunt serve
```