View on GitHub

CynthiaWebsiteEngine

Generating websites from simple configuration files, ever-extensible.

Dates object

A dates object consists of two numbers, both UNIX-timestamps. These timestamps identify two important moments for a publication:

An example:

{
  // ...
  "dates": {
    "published": 1721685763,
    "altered": 1744488163,
  },
}