2023-08-07 17:49:25 +00:00
|
|
|
# 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
|
2024-08-11 16:47:57 +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/general.html" },
|
|
|
|
{ type = "Default" },
|
|
|
|
]
|
|
|
|
|
|
|
|
[indexing]
|
|
|
|
roots = []
|
|
|
|
render_drafts = false
|