made the configuration file format TOML instead of YAML
This commit is contained in:
11
doc/configuration.toml
Normal file
11
doc/configuration.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
@@ -1,6 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user