moved the sitetitle and sitebase options to the [metadata] section
This commit is contained in:
@@ -41,12 +41,6 @@ tldr = "clipboard-list"
|
||||
todo = "circle-check"
|
||||
warning = "triangle-alert"
|
||||
|
||||
[generate]
|
||||
# The site base URL. If supplied, this will be added to a <base> element in the page metadata.
|
||||
sitebase = ""
|
||||
# The site title. If supplied, this will be included in page metadata and used to formulate the default title.
|
||||
sitetitle = ""
|
||||
|
||||
[templates]
|
||||
# The template directory name under the Obsidian vault. Default is ".dragonglass.tmpl".
|
||||
directory = ".dragonglass.tmpl"
|
||||
@@ -58,3 +52,7 @@ stylesheet = "dragonglass.css"
|
||||
[metadata]
|
||||
# If true, use page title as default description.
|
||||
description-title = false
|
||||
# The site base URL. If supplied, this will be added to a <base> element in the page metadata.
|
||||
sitebase = ""
|
||||
# The site title. If supplied, this will be included in page metadata and used to formulate the default title.
|
||||
sitetitle = ""
|
||||
|
||||
Reference in New Issue
Block a user