Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Metadata MUST be after the title #32

Open
agonzalezro opened this issue Sep 29, 2014 · 2 comments
Open

Metadata MUST be after the title #32

agonzalezro opened this issue Sep 29, 2014 · 2 comments

Comments

@agonzalezro
Copy link
Owner

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
Copy link
Owner Author

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
Copy link
Owner Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant