Skip to main content
Module

x/pagic/src/plugins/blog.tsx>PagePropsBlog

A static site generator powered by Deno + React
Go to Latest
interface PagePropsBlog
import { type PagePropsBlog } from "https://deno.land/x/pagic@v1.5.1/src/plugins/blog.tsx";

Properties

isPost: boolean
posts: { pagePath: string; title: string; link: string; date: Date | string; updated: Date | string; author?: string; contributors: string[]; categories?: string[]; tags?: string[]; excerpt?: string; cover?: string; }[]
categories: { name: string; count: number; }[]
tags: { name: string; count: number; }[]