mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-09 15:03:40 +00:00
impl baseDir option for quartz build --serve for local testing
This commit is contained in:
parent
6681f28af0
commit
7b8017413c
3 changed files with 37 additions and 6 deletions
quartz/plugins/emitters
|
@ -6,7 +6,14 @@ import { pageResources, renderPage } from "../../components/renderPage"
|
|||
import { ProcessedContent, defaultProcessedContent } from "../vfile"
|
||||
import { FullPageLayout } from "../../cfg"
|
||||
import path from "path"
|
||||
import { FilePath, FullSlug, SimpleSlug, _stripSlashes, joinSegments, simplifySlug } from "../../util/path"
|
||||
import {
|
||||
FilePath,
|
||||
FullSlug,
|
||||
SimpleSlug,
|
||||
_stripSlashes,
|
||||
joinSegments,
|
||||
simplifySlug,
|
||||
} from "../../util/path"
|
||||
import { defaultListPageLayout, sharedPageComponents } from "../../../quartz.layout"
|
||||
import { FolderContent } from "../../components"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue