rochacbruno / marmite

Markdown makes sites - A Static Site Generator for Blogs
https://rochacbruno.github.io/marmite/
GNU Affero General Public License v3.0
340 stars 19 forks source link

[feat] Output build info #69

Open rochacbruno opened 1 week ago

rochacbruno commented 1 week ago

to the output_path, create a page __info__.json containing build metadata

{
  "generator": "marmite",
  "version": "x.y.z",
  "created": "2024-10-31 12:00:00",
  "updated": "2024-10-31 12:00:00",
  "history": ["self"]
}