added the basic template rendering loop at the end

This commit is contained in:
2024-07-30 21:32:06 -06:00
parent 7c65e021e7
commit b293684fb7
6 changed files with 78 additions and 1 deletions

6
doc/configuration.yaml Normal file
View File

@@ -0,0 +1,6 @@
# The prefix to apply to all internally-generated URLs. Default is "/".
url_prefix: /
# The template directory name under the Obsidian vault. Default is ".dragonglass.tmpl".
template_directory: .dragonglass.tmpl
# The default template name. Default is "default.html".
default_template: default.html