Skip to main content
Module

x/lume/plugins/metas.ts>MetaData

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface MetaData
import { type MetaData } from "https://deno.land/x/lume@v1.15.2/plugins/metas.ts";

Properties

type: string

The type of the site default is website

site: string

The name of the site

title: string

The title of the page

lang: string

The page language

description: string

The description of the page

image: string

The image of the page

icon: string

The icon of the site

keywords: string[]

The page keywords

twitter: string

The twitter username

color: string

The color theme

robots: string | boolean

Robots configuration (Boolean to enable/disable, String for a custom value)

generator: string | boolean

Whether include the generator or not (Boolean to enable/disable, String for a custom value)