dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
support attachments folder
Jacky Zhao
2023-07-24
8fd75ffbfda30edd5a134a1fbf9b81ac3cebb2ff
[scapegoat/Docs2.git]
/
quartz
/
ctx.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { QuartzConfig } from "./cfg"
export interface Argv {
directory: string
verbose: boolean
output: string
serve: boolean
port: number
}
export interface BuildCtx {
argv: Argv
cfg: QuartzConfig
}