the eloquent cli
— Oliver Goldsmith
A markdown presentation authoring cli
for presenters who
- focus on writing
- present in a concise style
npm install eloc
# Serve "deck.md" as presentation
$ eloc deck.md
# Create & serve "new-deck.md" as presentation
$ eloc new-deck.md
# Export presentation to html with images
$ eloc build deck.md --include "*.jpg"
D for DARK MODE
P for PRINT VIEW
Press esc to edit me :)
### Write inline style within markdown
<style>
.slide { background: url(...) center; background-size: cover }
.content { filter: invert() }
code { opacity: 0.8 }
</style>