added drafts
This commit is contained in:
parent
4eb2390707
commit
9f38b16d0c
5 changed files with 28 additions and 6 deletions
|
@ -45,7 +45,7 @@ class MarkdownConfig:
|
|||
|
||||
@dataclass
|
||||
class BuildConfig:
|
||||
clean_output_dir: bool = True
|
||||
# clean_output_dir: bool = True
|
||||
include_drafts: bool = False
|
||||
|
||||
|
||||
|
@ -60,7 +60,7 @@ class ZonaConfig:
|
|||
# list of globs relative to content that should be ignored
|
||||
ignore: list[str] = field(default_factory=lambda: IGNORELIST)
|
||||
markdown: MarkdownConfig = field(default_factory=MarkdownConfig)
|
||||
# build: BuildConfig = field(default_factory=BuildConfig)
|
||||
build: BuildConfig = field(default_factory=BuildConfig)
|
||||
blog: BlogConfig = field(default_factory=BlogConfig)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue