Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 1.31 KB

deck.md

File metadata and controls

86 lines (54 loc) · 1.31 KB

eloc

The eloquent cli

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>

"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 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 :)


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