added additional configuration and metadata information

This commit is contained in:
2024-08-11 22:41:04 -06:00
parent ad7f109328
commit fdcdb6a766
7 changed files with 38 additions and 19 deletions

View File

@@ -9,3 +9,5 @@ relative = false
directory = ".dragonglass.tmpl"
# The default template name. Default is "default.html".
default = "default.html"
# The name of the default stylesheet.
stylesheet = "dragonglass.css"

View File

@@ -5,6 +5,10 @@ aliases
List of alternative names that can be used to link to a
particular page.
publish
(Obsidian Publish standard metadata)
If this boolean value is False, the page will not be published.
template
The file name of the template to be used to render this page, overriding the default.