From 710bfe5ddb769d9c6f15497928638f1aed3bc45a Mon Sep 17 00:00:00 2001 From: Rosa Date: Thu, 7 May 2026 17:55:04 -0400 Subject: file that will sit on there until i make an actual website --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Justfile (limited to 'Justfile') diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..df17baa --- /dev/null +++ b/Justfile @@ -0,0 +1,5 @@ +serve: + lighttpd -Df util/lighttpd.conf + +package: + tar -czvf etc.tar.gz src/* -- cgit v1.3.1