presentations_compsoc/.md.toml
Brendan Golden 2e1733761b
All checks were successful
On_Push / build (push) Successful in 1m25s
On_Push / deploy (push) Successful in 13s
feat: updated to a newer version of bfom
2024-08-11 17:47:57 +01:00

35 lines
No EOL
809 B
TOML

# cargo smart-release bfom-lib -u --skip-publish -n -b patch
# cargo smart-release bfom -u --skip-publish -n -b patch
# How many spaces of indentation do you want?
# Defaults to 2
# Optional
indentation = 2
# Optional
src = "./src"
# Optional
dest= "./build"
# html blocks you dont want to include in teh finished page
# Optional
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/general.html" },
{ type = "Default" },
]
[indexing]
roots = []
render_drafts = false