HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.62k forks source link

Support the :revision: attribute when set in posts. #367

Open metasean opened 8 years ago

metasean commented 8 years ago

It would be nice to have revision metadata support, ala http://www.methods.co.nz/asciidoc/userguide.html#X95

jaredmorgs commented 8 years ago

You need to reference the Asciidoctor docs, not the Methods AsciiDoc docs. HubPress uses Asciidoctor.js not the Python implementation.

The good news is that Asciidoctor provides support for these attributes, so it would just be a matter of implementing it.

On Sun, 10 Apr 2016, 17:07 MetaSean notifications@github.com wrote:

It would be nice to have revision metadata support, ala http://www.methods.co.nz/asciidoc/userguide.html#X95

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/HubPress/hubpress.io/issues/367

Sent from Mobile.

metasean commented 8 years ago

The good news is that Asciidoctor provides support for these attributes, so it would just be a matter of implementing it.

:smiley:

anthonny commented 8 years ago

The goal is to display the revision on the post page (maybe under the title)? I will have to work on themes