summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2024-05-22 20:20:00 -0500
committerMark Powers <mark@marks.kitchen>2024-05-22 20:20:00 -0500
commit4a7862b0f1c7cec898bfa08114819a74690d4962 (patch)
tree813a3547df9bc50fea9c8807c67cdac1b2ca3423 /Makefile
parentedce1c0b75831490080c3955e70d298bb5bcbc7d (diff)
Add huginn post
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..40e5374
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+serve:
+ hugo serve
+
+build:
+ hugo build