diff options
| author | Admin <admin@marx.cafe> | 2022-12-02 23:03:51 -0500 |
|---|---|---|
| committer | Admin <admin@marx.cafe> | 2022-12-02 23:03:51 -0500 |
| commit | 7c0a482b321fa27ad320df91642296b7a83faeaa (patch) | |
| tree | 03b203ab2a0ba52c3c6b3003fe2c3fd0068c900c | |
| parent | 020c1f87aeab6f0388807cc3e9835198f6ce2134 (diff) | |
Add 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..ceed5f1 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +compile: + hugo + +dev: + hugo server -D |
