Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ter/files.ts>buildFeedFile

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
function buildFeedFile
import { buildFeedFile } from "https://deno.land/x/ter@0.8.0/files.ts";

Parameters

pages: Array<Page>
view: string
outputPath: string
userConfig: UserConfig

Returns

Promise<OutputFile | undefined>