polo icon indicating copy to clipboard operation
polo copied to clipboard

Metadata MUST be after the title

Open agonzalezro opened this issue 10 years ago • 2 comments

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)

agonzalezro avatar Sep 29 '14 13:09 agonzalezro

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).

agonzalezro avatar Oct 04 '14 13:10 agonzalezro

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.

agonzalezro avatar Oct 22 '14 10:10 agonzalezro