Continuation on breaking out functionality

This commit is contained in:
2024-01-28 22:09:21 +01:00
parent 502946376f
commit 31c253c99b
5 changed files with 181 additions and 50 deletions

View File

@@ -6,6 +6,7 @@ const paths: Paths = {
rootPath: "src/notes",
assetsDirectoryName: "assets",
noteFileName: "note.md",
markdownHtmlVariableReplacementTag: "{{markdown}}",
},
templates: {
rootPath: "src/templates",