| | |
| | | import { ProcessedContent, defaultProcessedContent } from "../vfile" |
| | | import { FullPageLayout } from "../../cfg" |
| | | import path from "path" |
| | | import { CanonicalSlug, FilePath, ServerSlug, canonicalizeServer, joinSegments } from "../../path" |
| | | import { |
| | | CanonicalSlug, |
| | | FilePath, |
| | | ServerSlug, |
| | | canonicalizeServer, |
| | | joinSegments, |
| | | } from "../../util/path" |
| | | import { defaultListPageLayout, sharedPageComponents } from "../../../quartz.layout" |
| | | import { FolderContent } from "../../components" |
| | | |
| | |
| | | } |
| | | |
| | | const content = renderPage(slug, componentData, opts, externalResources) |
| | | |
| | | const fp = (file.data.slug! + ".html") as FilePath |
| | | await emit({ |
| | | const fp = await emit({ |
| | | content, |
| | | slug: file.data.slug!, |
| | | ext: ".html", |