Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.18 KB

deck.md

File metadata and controls

82 lines (51 loc) · 1.18 KB

eloc

the eloquent cli


"True eloquence,
does not consist in saying great things
in a sublime style,


but in a simple style."

— Oliver Goldsmith


Meet eloc

A markdown presentation authoring cli


for presenters who

  1. focus on writing
  2. 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 :)


Customization

### Write inline style within markdown

<style>
  .slide { background: url(...) center; background-size: cover }
  .content { filter: invert() }
  code { opacity: 0.8 }
</style>
<style> .slide { background: url(https://el-capitan.now.sh) center; background-size: cover; } .content { filter: invert() } code { opacity: 0.8 } </style>

https://github.com/amio/eloc