blob: ded0571d63175a00c1cb0e31ddb1b011fbab62d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[config]
source = "src"
build_dir = "build"
do_not_scan = ["assets"]
exclude = ["nav.html"]
file_delim = ":?"
command_delim = ":!"
commands_file = "settings.toml"
[commands]
"b" = "<span style=\"text:bold\">"
"/b" = "</span>"
|