commit 8d734015f496fe6d9c07462e55f13a21fbdeb834
parent 729424928e6bcbeb4411542c43c1028b60c7f070
Author: Beau <cbeauhilton@gmail.com>
Date: Thu, 1 Dec 2022 15:38:24 -0600
small change to test build
Diffstat:
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/.watch.toml b/.watch.toml
@@ -0,0 +1,24 @@
+[[watch]]
+name = "build site on content change"
+path = "site"
+command = "rm -rf build && soupault"
+
+[[watch]]
+name = "build site on config change"
+path = "./soupault.toml"
+command = "rm -rf build && soupault"
+
+[[watch]]
+name = "build site on template change"
+path = "templates"
+command = "rm -rf build && soupault"
+
+[[watch]]
+name = "build site on plugin change"
+path = "plugins"
+command = "rm -rf build && soupault"
+
+# [[watch]]
+# name = "serve site on rebuild"
+# path = "build/*"
+# command = "./stop 8000 && python3 -m http.server --directory build"
diff --git a/site/wants.md b/site/wants.md
@@ -24,6 +24,7 @@ namely, using your info for ad targeting.
It's $5 a month.
I got a few months for free, and really like it.
+
In addition to not selling your data,
they have a good facility for having your own email extension (provided you own your domain),
so I got `beau@beauhilton.com`.