arnehilmann / markdeck
- четверг, 10 января 2019 г. в 00:16:52
CSS
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
author cool slide decks, text-only, offline-ready, collaborative
You can also visit the shiny landing page or the showcase.
You need bash
, curl
, docker-compose
and an empty directory, then run the following command:
curl https://raw.githubusercontent.com/arnehilmann/markdeck/master/scaffold | bash
This will download a minimal setup, download all needed docker images, then markdeck gets started...
Use Ctrl-C
to stop markdeck, and ./start
, ./stop
or ./update-markdeck
to do the suitable things.
... can be found in DOCUMENTATION.md
mkdir my-slides && cd my-slides
curl -O https://raw.githubusercontent.com/arnehilmann/markdeck/master/scaffold
./scaffold
open http://localhost:8080
# edit slides.md, add assets/, consult documentation, ...
markdeck takes slide-*.md
files in markdown format
and the assets subdir
and renders a html5 slidedeck, using pandoc as converter
and reveal.js as the presenter framework.
see the side-by-side view, to get an idea how markdeck works and looks like, or have a look at the documentation.
markdown, pandoc, reveal.js, plantuml, ditaamini, graphviz, asciinema, decktape, vega-lite, math-jax, and font-awesome.