aboutsummaryrefslogtreecommitdiff
path: root/settings.toml
blob: 31232d22526d58fa9bb7e6c3ce661619641e99be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[config]
source = "src"
build_dir = "target"

do_not_scan = ["assets", ".png"]
exclude = ["nav.html", "templates"]

commands_file = "settings.toml"

[commands]
"b" = "<span style=\"font-weight: bold\">"
"/b" = "</span>"
"t" = "<title>Infernal ⁕ Garden"
"/t" = "</title>"
"ital" = "<span style=\"font-style: italic\">"
"/ital" = "</span>"
"ref" = "<a class=\"reference\" href=\"#"
"/ref" = "\"><i class=\"fa fa-link\" aria-hidden=\"true\"></i></a>"