sounisi5011 / metalsmith-netlify-published-date

Get published date and modified date of the each page published by Netlify
MIT License
0 stars 0 forks source link

Parse Microdata or JSON-LD in preview to get published date and modified date #20

Open sounisi5011 opened 5 years ago

sounisi5011 commented 5 years ago

The Netlify preview is like a cache that holds its own past state. It is more efficient to get the published date and modified date from the deployed preview page itself, rather than a dedicated cache file that is kept or ambiguous.

It is considered common to describe the published date and modified date of pages using Microdata or JSON-LD. Therefore, I propose the addition of a function to analyze this.

I could find some npm packages that parse Microdata and JSON-LD.

This attempt should not be impossible.

sounisi5011 commented 5 years ago

I could find some npm packages that parse Microdata and JSON-LD.

Some packages were tools that depended on another package:

And these packages were forked:

Except for these packages, the remaining candidates are: