https://github.com/Vorago/pandoc-presentations
Convert .md files into html presentations
https://github.com/Vorago/pandoc-presentations
generated markdown pandoc pandoc-markdown presentation
Last synced: about 1 year ago
JSON representation
Convert .md files into html presentations
- Host: GitHub
- URL: https://github.com/Vorago/pandoc-presentations
- Owner: Vorago
- License: mit
- Created: 2015-09-26T13:55:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T23:28:58.000Z (over 9 years ago)
- Last Synced: 2024-10-28T03:40:50.313Z (over 1 year ago)
- Topics: generated, markdown, pandoc, pandoc-markdown, presentation
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Synopsis
This is a tool to batch convert markdown files into presentations focused on easy setup process.
It uses [Docker](https://www.docker.com/) for running [Pandoc](http://pandoc.org/) conversion from .md into [reveal.js](https://github.com/hakimel/reveal.js/) presentation
# Usage
~~~{.sh}
cd pandoc-presentations
python convert.py
~~~
# Sample
~~~{.sh}
cd pandoc-presentations
python convert.py `pwd`/sample
~~~
The result can be seen in pandoc-presentations/sample/result/01.html