diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..de217bf --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: build deploy + +build: + hugo --gc --minify + +deploy: build + wrangler pages deploy public --project-name=starless