diff options
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml new file mode 100644 index 0000000..48e9df9 --- /dev/null +++ b/settings.toml @@ -0,0 +1,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>"
\ No newline at end of file |