website_test/.md.toml

23 lines
524 B
TOML
Raw Normal View History

2024-09-26 09:48:32 +00:00
indentation = 2
src = "./src"
dest = "./build"
2024-09-27 13:54:43 +00:00
html_void = []
2024-09-26 09:48:32 +00:00
[template]
enable = true
2024-09-27 13:54:43 +00:00
order = [
{ type = "Powerpoint", path = "./src/templates/powerpoint.html" },
{ type = "Adjacent" },
{ type = "AdjacentFolder" },
#{ type = "RootFolder", path = "./src/templates/folder.html" },
# path to the templates' folder,
#{ type = "Root", path = "./src/templates" },
{ type = "General", path = "./src/templates/template.html" },
{ type = "Default" },
]
[indexing]
roots = []
render_drafts = false