dragonglass/doc/configuration.toml

14 lines
470 B
TOML
Raw Normal View History

[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"
# The name of the default stylesheet.
stylesheet = "dragonglass.css"