middleman / middleman-asciidoc

:beginner: AsciiDoc support for Middleman 4. (In Middleman 3, AsciiDoc support is provided by a core extension).
https://middlemanapp.com
Other
27 stars 12 forks source link

Assign implicit file info attributes per page #61

Closed mojavelinux closed 6 years ago

mojavelinux commented 6 years ago

Assign the implicit file info attributes per page that would normally be set when invoking the AsciiDoc processor on the file. These attributes include the following:

We may also want to consider assigning the attributes regarding the document mtime, but these seem less important in the context of a site:

mojavelinux commented 6 years ago

I'm going to defer on the date stuff, leave that for another day. Middleman does not expose the mtime on the file descriptor, so it would mean we have to consult the filesystem and that just feels like it adds lag for no reason.