blob: b2d9a4916f5f68c20020afd6acb8e9d26bdb7e7f (
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" = "\" aria-label=\"link to here on this page\"><i class=\"fa fa-link\" aria-hidden=\"true\"></i></a>"
|