aboutsummaryrefslogtreecommitdiff
path: root/settings.toml
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-01-05 11:11:25 -0700
committercurly <curlybryce@protonmail.com>2023-01-05 11:11:25 -0700
commit3bf082f501866f389232d54b5acfdc1cb0c8680a (patch)
tree2ba3a834d205af20bbdf660453c0edb79d85c54e /settings.toml
parent051af52e777680c9b31552f6067d1a577cb39606 (diff)
downloadinfernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.tar.gz
infernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.tar.bz2
infernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.zip
use s3g, added some pages & fork awesome
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml18
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