An alternative presentation format for Google Slides/Microsoft Powerpoint
Gary Mejia
April 28, 2025
This is meant to be a presentation template/tutorial using Pandoc to generate website presentations using reveal.js. This repo is targeted at users who want to try a different presentation format to Google Slides or Microsoft Powerpoint. Another use case is hosting presentations publically on the web. One can host a presentation via GitHub Pages.
pandoc is document convertion software that can take many file types and convert them to another. This repository is aimed at converting Markdown (.md) to HTML. With pandoc, a user can easily describe the structure of their presentation and convert it to the apprioriate presentation in HTML.
reveal.js is an HTML framework for creating presentations. It provides a template .css file to style pandoc generated HTML into streamlined presentations.
Install pandoc with the following command:
Install reveal.js using npm or yarn as follows:
This repository hosts all the files required to build this slide
deck. Users only need to modify the slides.md file with
whatever content they want.
index.html: slides.md
pandoc -t revealjs -s -o $@ $< \
-V revealjs-url=https://unpkg.com/reveal.js@4.6.1 \
--include-in-header=slides.css -V theme=black \
--slide-level 3
clean:
rm index.html
To add the image do the following line of code: