Small frontmatter getter refactor, more questions

This commit is contained in:
Will Boyd
2025-02-01 15:10:45 -05:00
parent f6197d1d70
commit 3bbf0274ce
5 changed files with 26 additions and 16 deletions
+10
View File
@@ -115,4 +115,14 @@ export const all = [
type: 'integer',
default: 500
},
{
name: 'markdown-file-write-delay',
type: 'integer',
default: 25
},
{
name: 'include-time-with-date',
type: 'boolean',
default: false
},
];