Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.26 KB

pandoc-revealjs-clean

A clean repository to clone and create a new deck of reveal.js slides with pandoc.

Dependencies

Usage

  1. Clone this repository: git clone -https://github.com/lassepe/pandoc-revealjs-clean
  2. Create the main branch to decouple it from the default template branch: git checkout -b main
  3. From the project root, run ./setup.sh
  4. Build slides.md by running pandoc-compose in the project root.
  5. [Optional] Launch the node server for live updates: npm start --prefix assets/reveal.js

For tracking binary data like videos and images, use git-lfs or DVC.

More Information:

Some useful resources: