You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alberto Grespan edited this page Jun 16, 2014
·
2 revisions
Every new post (_post) needs a front-matter. The front-matter of a page/post is the "YAML" formatted part at the top of almost each page within Jekyll static site. For the ruby.org.ve site, these are the needed front-matter attributes for it to work properly:
---
layout: posttitle: Reactivando la comunidadauthor: Pedro Perez # (optional attribute)author_twitter: pperez # (optional attribute)tags:
- comunidad
- hangout
- rubytuesdays
---
note: It's possible to write posts for ruby.org.ve using prose.io, but, the user must manually fulfill the metadata attributes within prose. These attributes represent each value of the YAML front-matter previously displayed.