Skip to main content
Module

x/blog/types.d.ts>BlogState

Minimal boilerplate blogging.
Go to Latest
interface BlogState
import { type BlogState } from "https://deno.land/x/blog@0.2.0/types.d.ts";

Properties

title: string
directory: string
optional
author: string
optional
subtitle: string
optional
header: string
optional
style: string
middlewares: BlogMiddleware[]