Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 907 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 907 Bytes

Pandoc with Markdown and Reveal.js

Forked from https://github.com/FilBot3/pandoc_markdown_revealjs Updated to use Reveal.js 4.5

Overview

Using pandoc convert markdown files into a reveal.js slide show to oooh and aww your participants.

Requirements

Setup

Run the following Makefile command. If you don't have make installed or available, you'll need to type or copy the commands into your terminal.

make download-revealjs

Usage

Write stuff in the src/ directory. Then add the new files to the list of inputs for pandoc in the Makefile. Once that is complete, run the following command:

make build

You can load the resultant dist/index.html file directly into Firefox, or use a web server, like Python's http.server to serve it.

make http