Using pandoc
convert markdown
files into a reveal.js
slide show to oooh
and aww your participants.
curl
- I developed this on a Linux machine with cURLpandoc
- [https://pandoc.org]
I also used Vim with coc.nvim
and the coc-markdownlint
plugin.
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
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