morkdeck#
morkdeck is a dead-simple slideshow generator for Markdoc files. Its guiding concepts are:
- Minimizing time-to-presentation so you get your freaking slides done
- Opinionated styling and layout with easy outs, so you can focus on your content
- Your Markdoc is the source of truth; no codebase (node_modules, src directory, etc.) required
The name is a portmanteau of MÖRK BORG, Markdoc, and mdx-deck (my beloved).
Usage#
Still a work in progress.
If you really want to give it a try, you can clone the repo and point
main.ts dev at a Markdoc file of your choice:
deno run --unstable-broadcast-channel -A main.ts dev ./slides.mdoc
You'll be able to access your presentation at port 8000. Static builds aren't implemented yet.