diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-07 17:55:04 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-07 17:55:04 -0400 |
| commit | 710bfe5ddb769d9c6f15497928638f1aed3bc45a (patch) | |
| tree | a96ba855b80c4c962d0a0f4f640ac476df2880ec /Justfile | |
file that will sit on there until i make an actual website
Diffstat (limited to '')
| -rw-r--r-- | Justfile | 5 |
1 files changed, 5 insertions, 0 deletions
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/* |
