summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2023-10-24 23:47:55 +0200
committerPhilipp Geyer <philipp@geyer.co.uk>2023-10-24 23:47:55 +0200
commit971337d54fc59f844d67e8882fc3435321c36bd3 (patch)
tree019b849b4395e6f13f76106c52403b904c5214b2 /Makefile
parent653edf359d5072039f5d523421ab006521870e5f (diff)
Minor update
Resizing images Adding Egosoft to experience Changing site credits to add open sourcerers Removing AWS specific appspec file and scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 12 insertions, 1 deletions
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