Skip to main content
Module

x/blog/deps.ts>HtmlOptions

Minimal boilerplate blogging.
Go to Latest
interface HtmlOptions
import { type HtmlOptions } from "https://deno.land/x/blog@0.5.0/deps.ts";

Properties

optional
lang: string
optional
colorScheme: "dark" | "light" | "auto"
optional
title: string
optional
meta: Record<string, string | null | undefined>
optional
styles: (string | { href: string; id?: string; })[]
optional
scripts: (string | { src: string; type?: string; id?: string; })[]