interface MetaDataimport { type MetaData } from "https://deno.land/x/lume@v1.18.2/plugins/metas.ts"; Propertiestype: stringThe type of the site default is website site: stringThe name of the site title: stringThe title of the page lang: stringThe page language description: stringThe description of the page image: stringThe image of the page icon: stringThe icon of the site keywords: string[]The page keywords twitter: stringThe twitter username color: stringThe color theme robots: string | booleanRobots configuration (Boolean to enable/disable, String for a custom value) generator: string | booleanWhether include the generator or not (Boolean to enable/disable, String for a custom value)