https://github.com/avanov/presentations
Presentations using reveal.js
https://github.com/avanov/presentations
Last synced: 11 months ago
JSON representation
Presentations using reveal.js
- Host: GitHub
- URL: https://github.com/avanov/presentations
- Owner: avanov
- License: mit
- Created: 2014-04-26T10:49:22.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-09T23:54:48.000Z (over 5 years ago)
- Last Synced: 2024-10-06T06:04:21.885Z (over 1 year ago)
- Language: Python
- Size: 255 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
Presentations
=============
Presentations using reveal.js.
.. code::
present gen [-h] [-s SOURCE] -o OUTPUT [-f]
optional arguments:
-h, --help show this help message and exit
-s SOURCE, --source SOURCE
Path to a presentation file. If not specified, then the data will be read from stdin.
-o OUTPUT, --output OUTPUT
Output slides file.
-f, --force-overwrite
Overwrite existing files and directories if they already exist
Example
-------
.. code::
config presentation
title = Presentation Title
config revealjs
controls = true
progress = true
history = true
center = true
presentation
slide
h2 Slide 1 Caption
slide
h2 Slide 2 Caption
fragment: h4 Fragment