import { type MetaData } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/metas.ts";
Properties
optional
fediverse: string | ((data: Data) => string | undefined)The fediverse username (for author attribution)
optional
robots: string | boolean | ((data: Data) => string | boolean | undefined)Robots configuration (Boolean to enable/disable, String for a custom value)
optional
generator: string | boolean | ((data: Data) => string | boolean | undefined)Whether include the generator or not (Boolean to enable/disable, String for a custom value)