aboutsummaryrefslogtreecommitdiff
path: root/settings.toml
blob: 48e9df903575711734d44f8c452907261e21add1 (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"]
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>"