From 971337d54fc59f844d67e8882fc3435321c36bd3 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Tue, 24 Oct 2023 23:47:55 +0200 Subject: Minor update Resizing images Adding Egosoft to experience Changing site credits to add open sourcerers Removing AWS specific appspec file and scripts --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37c9094..bffe617 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,14 @@ -.phony: site +.phony: site site-local run publish site: emacs --script publish.el + +site-local: + CONFIG=local emacs --script publish.el + +run: site-local + rm -f output/static + ln -sfv ../static output/static + mongoose-server -d output + +publish: site + ./upload.sh -- cgit v1.2.3-70-g09d2