From c722f8281d0f19080f19928a69de950c1472cf94 Mon Sep 17 00:00:00 2001 From: msi Date: Sat, 15 Nov 2025 11:54:05 -0300 Subject: Add post script and remove default styles --- web/template/post-script.rhai | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 web/template/post-script.rhai (limited to 'web/template/post-script.rhai') diff --git a/web/template/post-script.rhai b/web/template/post-script.rhai new file mode 100644 index 0000000..88fdfcd --- /dev/null +++ b/web/template/post-script.rhai @@ -0,0 +1,2 @@ +system::command("git", ["init"]); +system::command("git", ["submodule", "add", "https://github.com/ijanc/custom-bootstrap", "vendor/custom-bootstrap"]); -- cgit v1.2.3