diff options
author | Mark Powers <mark@marks.kitchen> | 2024-05-22 20:20:00 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-05-22 20:20:00 -0500 |
commit | 4a7862b0f1c7cec898bfa08114819a74690d4962 (patch) | |
tree | 813a3547df9bc50fea9c8807c67cdac1b2ca3423 /Makefile | |
parent | edce1c0b75831490080c3955e70d298bb5bcbc7d (diff) |
Add huginn post
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
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 |