jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.02k stars 305 forks source link

Support frontmatter #175

Open sapegin opened 6 years ago

sapegin commented 6 years ago

Instead of

title: My awesome talk
output: public/awesome.html

Support also:

---
title: My awesome talk
output: public/awesome.html
---

Why? Better tooling support like syntax highlight in editors, nicely rendered tables on GitHub and Prettier.

P. S. I’m happy to send a PR for that.