Skip to content

Comment on Cleaver – 30-second slideshows for hackers

Comments

I use Reveal.js for my presentations. The standard docs do have you putting all the slides in one big file, but I re-used slides between presentations so I created a little build systems with sets of slides, as well as individual slides, for different talk types:

https://github.com/bigsense/presentations

Does it support any kind of Markdown import / include? For instance, the OS X app Marked lets you do this.

main.md:

    blah

    <<[another_file.md]

    blah

I believe it does. The full docs are pretty extensive:

    https://github.com/hakimel/reveal.js
IIRC, at the time you had to serve the presentation from a web server for the includes to work correctly (not sure if that's still the case). That combined with me needing to reuse slides and create sets led me down the path I did, but there are probably easier ways to do that now.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.