From 067e298b3d72fd7f66dfd3b0d2bca081971fd902 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 28 Dec 2023 10:32:59 +0100 Subject: add more socials --- Justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Justfile (limited to 'Justfile') diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..5731185 --- /dev/null +++ b/Justfile @@ -0,0 +1,11 @@ +build_server: + php -S localhost:8081 -t src/pages + +build: + php build.php --pages="/,/projects" --languages="de,en,jp" --server="http://localhost:8081" + +dev: + ls build.php src/*.php src/pages/*.php | entr just build + +serve: + php -S localhost:8080 -t build -- cgit v1.2.3