jlord / balrog

Learn by making presents: A Static Site Generator (WIP)
Other
86 stars 14 forks source link

Parse metadata #3

Closed jlord closed 11 years ago

jlord commented 11 years ago

In an effort to keep the post markdown files pure, I'll need to parse the first four lines to pull out the posts metadata.

# Title
### Author
#### Date
##### the, tags
jlord commented 11 years ago

Fixed, it happens here: https://github.com/jlord/balrog/blob/master/meta.js