aboutsummaryrefslogtreecommitdiff
path: root/settings.toml
diff options
context:
space:
mode:
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml
new file mode 100644
index 0000000..ded0571
--- /dev/null
+++ b/settings.toml
@@ -0,0 +1,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>"