12 lines
401 B
TOML
12 lines
401 B
TOML
|
[links]
|
||
|
# The prefix to apply to all internally-generated URLs. Default is "/".
|
||
|
prefix = "/"
|
||
|
# If true, generate relative URLs for all internal URLs. Default is false.
|
||
|
relative = false
|
||
|
|
||
|
[templates]
|
||
|
# The template directory name under the Obsidian vault. Default is ".dragonglass.tmpl".
|
||
|
directory = ".dragonglass.tmpl"
|
||
|
# The default template name. Default is "default.html".
|
||
|
default = "default.html"
|