Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fff/fff.ts>FFFExtra

🌟 Yet Another Opinionated Frontmatter Variable Specs.
Go to Latest
type alias FFFExtra
import { type FFFExtra } from "https://deno.land/x/fff@v0.4.0-alpha.0/fff.ts";

Extra Variables

definition: { authors?: FFFAuthor[]; lang?: string; location?: string; bookmark_of?: string; like_of?: string; repost_of?: string; in_reply_to?: string | string[]; syndication?: string | string[]; checkin?: string; rsvp?:
| "yes"
| "no"
| "maybe"
| "interested"
; start?: string; end?: string; }