press [space] to start
<style> h4 { font-weight: 300 !important; margin-top: -0.5em !important } em { opacity: 0.2; font-size: 0.5em; text-transform: uppercase } </style>— 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 a presentation (create if not exists)
$ eloc deck.md
# Export presentation to html with assets
$ 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>