polo
polo copied to clipboard
Metadata MUST be after the title
I am not pretty sure about this. ATM polo posts look like this:
date: 2014-04-04
This is an amazing blog post
======================
Jekyll looks like this (and it's properly rendered when you :
---
layout: post
title: What's Jekyll?
---
[Jekyll](http://jekyllrb.com) is a static site generator....
And Pelican like this (but it's not properly rendered at GH as well):
Title: A markdown powered article
Date: 2011-04-20
You're mutually oblivious.
[a root-relative link to unbelievable](|filename|/unbelievable.rst)
polo is compatible with pelican as it description says. Perhaps it will worth add jekyll compatibility as well (just remove the ---
should be enough because the metadata keys are case insensitive).
I brain farted, the description of the issue and the issue are different.
I need to be able to read the metadata when it's written just after the title.
Example:
This is a title
===
:date: 2014-04-04
An this is the content.