fix: index setup, styling fixes

This commit is contained in:
Jacky Zhao 2024-02-01 22:22:06 -08:00
parent e9fb0ecb96
commit 45b93a80f4
3 changed files with 31 additions and 35 deletions
quartz/plugins/emitters

View file

@ -5,7 +5,6 @@ import { escapeHTML } from "../../util/escape"
import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug } from "../../util/path"
import { QuartzEmitterPlugin } from "../types"
import { toHtml } from "hast-util-to-html"
import path from "path"
import { write } from "./helpers"
export type ContentIndex = Map<FullSlug, ContentDetails>