forked from Skynet/wiki
feat: switched over to using markdown
This commit is contained in:
parent
98dc954587
commit
d294ae428b
28 changed files with 1934 additions and 598 deletions
23
.md.toml
Normal file
23
.md.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
html_void = ["area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]
|
||||
dont_copy_paths = [
|
||||
# "./src/templates"
|
||||
]
|
||||
|
||||
src = "./src"
|
||||
dest = "./build"
|
||||
[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 = ["wiki"]
|
||||
render_drafts = false
|
Loading…
Add table
Add a link
Reference in a new issue