???
This commit is contained in:
@ -3,14 +3,12 @@ import { join } from "@std/path";
|
||||
|
||||
const POSTS_DIR = "./posts";
|
||||
|
||||
// This is what gets parsed from the post front matter
|
||||
interface FrontMatter {
|
||||
title: string;
|
||||
published_at: string;
|
||||
blurb: string;
|
||||
}
|
||||
|
||||
// This is what gets used for rendering
|
||||
export interface Post {
|
||||
slug: string;
|
||||
title: string;
|
||||
|
Reference in New Issue
Block a user