1
0

vault backup: 2025-11-22 21:20:59

This commit is contained in:
2025-11-22 21:20:59 +01:00
parent 03a0ac358e
commit e728ee1eaa

View File

@@ -2,11 +2,12 @@ import { Root } from "hast"
import { GlobalConfiguration } from "../../cfg"
import { getDate } from "../../components/Date"
import { escapeHTML } from "../../util/escape"
import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug } from "../../util/path"
import { FilePath, FullSlug, SimpleSlug, joinSegments, simplifySlug, slugifyFilePath } from "../../util/path"
import { QuartzEmitterPlugin } from "../types"
import { toHtml } from "hast-util-to-html"
import { write } from "./helpers"
import { i18n } from "../../i18n"
import { glob, } from "../../util/glob"
export type ContentIndexMap = Map<FullSlug, ContentDetails>
export type ContentDetails = {