added sort posts list by date

This commit is contained in:
Daniel Fichtinger 2025-06-29 00:23:00 -04:00
parent 2a9508e50b
commit 5e091128a0
2 changed files with 7 additions and 2 deletions

View file

@ -36,7 +36,7 @@ class BuildConfig:
include_drafts: bool = False
IGNORELIST = [".git", ".env", ".marksman.toml"]
IGNORELIST = [".git", ".env", "*/.marksman.toml"]
@dataclass