Skip to main content
Module

x/blog/types.d.ts>Post

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

Represents a Post in the Blog.

Properties

pathname: string
markdown: string
title: string
publishDate: Date
optional
author: string
optional
snippet: string
optional
coverHtml: string
optional
background: string
optional
ogImage: string

An image URL which is used in the OpenGraph og:image tag.