priyatam / pie

A minimalist staticsite builder and router
Other
5 stars 0 forks source link

Static and Dynamic Templates #27

Closed priyatam closed 11 years ago

priyatam commented 11 years ago

Page Templates shouldn't be hardcoded in SammyJs.

Two types of templates:

  1. Static Templates: one to one with content
  2. Dynamic Templates: Composed of other contents, and no one-one with any content.

Dynamic Templates will be identified by 'type: dynamic" with YAML frontmatter in the template. Static templates need not mention anything (default: simple)