Metadata format should be compatible w/ github et al
datenimperator opened this issue · 3 comments
Many blogging websites, like Jekyll with GitHub Pages, depend on some YAML-formatted metadata at the beginning of your post. You know, the stuff that goes between dashes like this:
---
layout: post
title: Blogging Like a Boss
---
Nesta should probably support that metadata format and deprecate the other style.
👍
Looking at how it's implemented in Jekyll it should be pretty easy to add it as a second metadata format for Nesta. It'd encourage to use proper YAML syntax for metadata, other than keys like My custom Header: Some value
which should in fact be my_custom_header: Some value
Fancy a pull request?
Have you tried the YAML metadata plugin?
http://nestacms.com/docs/plugins/yaml-metadata
Personally, I'm not a fan (it's unnecessarily geeky) but I can see why it appeals. Which is why I wrote the plugin…