From 94ec008558ec992497c27d6d198441f4268bbfef Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 10 Jan 2026 12:10:28 -0500 Subject: publish --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6f5875e --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +build: + hugo build + +publish: build + rsync -rz public/ samanthony.xyz:/var/www/htdocs/samanthony.xyz/ + +serve: + hugo serve -DEF + +clean: + rm -rf public -- cgit v1.2.3