Add Makefile for more ease of use

This commit is contained in:
Gabriel Arazas 2022-05-13 18:24:15 +08:00
parent 690788b6a3
commit 653c4d04ff

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY : serve
serve:
hugo serve -s ./exampleSite
.PHONY : build
build:
hugo -s ./exampleSite