diff options
author | curly <curlybryce@protonmail.com> | 2022-12-28 15:25:22 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-12-28 15:25:22 -0700 |
commit | f31d940ed0b9b67b92212adcc01b44fc4d528f69 (patch) | |
tree | 89f238322de6b7fe2ac84a6bb80d49661196932d /settings.toml | |
download | s3g-f31d940ed0b9b67b92212adcc01b44fc4d528f69.tar.gz s3g-f31d940ed0b9b67b92212adcc01b44fc4d528f69.tar.bz2 s3g-f31d940ed0b9b67b92212adcc01b44fc4d528f69.zip |
initial
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 14 |
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>" |