Skip to content

Template for building up reveal.js slides from md files with pandoc

License

Notifications You must be signed in to change notification settings

jeremyfix/reveal_pandoc_slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture slides with pandoc + reveal.js + markdown

Installation

You need a recent version of pandoc. For sure, this will work with pandoc 2.10.1. If necessary, install a more recent version.

You need to clone the repository

git clone --recursive [email protected]:jeremyfix/reveal_pandoc_slides.git
cd reveal_pandoc_slides; git submodule update --init --recursive

Then you are advised to symlink to slidemaker, e.g.

cd ~/.local/bin
ln -s /path/where/the/git/is/slidemaker/slidemake

Compilation

Now, suppose you have a worktree somewhere with your markdown files, image directories, d3js scripts, and so (see the example directory for an example). The first time, we need to setup some stuff

slidemake config

and then you just compile the slides with

slidemake make

If you need to cleanup,

slidemake clean

All the things that are compiled are place in the build directory. You can serve this somewhere and open locally with firefox the generated page.

References

This project was intially motivated by this post of M. Bloch.

About

Template for building up reveal.js slides from md files with pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published