build: Add initial makefile helper

This commit is contained in:
Cristian Ditaputratama 2024-02-24 02:46:14 +07:00
parent 7ad7368e60
commit 03be2d2ef8
Signed by: ditatompel
GPG key ID: 31D3D06D77950979

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
.PHONY: build
build:
hugo --minify --gc --enableGitInfo --cleanDestinationDir