generated from Skynet/deploy_user
23 lines
No EOL
524 B
TOML
23 lines
No EOL
524 B
TOML
indentation = 2
|
|
src = "./src"
|
|
dest = "./build"
|
|
|
|
html_void = []
|
|
|
|
[template]
|
|
enable = true
|
|
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 |