Skip to main content
Module

x/blog/blog.tsx>BlogSettings

Minimal boilerplate blogging.
Go to Latest
interface BlogSettings
import { type BlogSettings } from "https://deno.land/x/blog@0.0.1/blog.tsx";

Properties

optional
title: string
optional
author: string
optional
subtitle: string
optional
header: string
optional
style: string
optional
gaKey: string
optional
redirectMap: Record<string, string>