website_test/.md.toml
Eoghan Conlon e010bd03dc
All checks were successful
On_Push / deploy (push) Successful in 10s
Fix. Website now has css applied
2024-09-27 14:54:43 +01:00

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