preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

Content Section Metadata #494

Open preaction opened 8 years ago

preaction commented 8 years ago

It would be interesting if every section was also able to have frontmatter metadata, like so:

---
title: Document Title
---
class: section-1
images:
    banner: title.jpg
---

First section

---
class: section-2
images:
    banner: section-2.jpg
---

Second section

This would make presentation apps trivial, but could also make for some rich blog templates.