diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2020-08-06 01:03:52 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2020-08-06 01:03:52 +0800 |
commit | c41507e19997e6b959f8e0d7e76f8bd496955fd9 (patch) | |
tree | cba07c57fa8ee90a45908a190d686c127350ef9a | |
parent | 97c47646e69423073e91b46ca3fd42962cdab4b0 (diff) |
chore(Makefile): make for development
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d409d37 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +start: + hugo server --source=exampleSite --themesDir=../.. --disableFastRender |