forked from tsc-vfl/hugo-page
Add Makefile to code base
This commit is contained in:
parent
453ff3ae15
commit
fada6a77ab
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
HUGO_PARAMS = -D
|
||||
|
||||
all:
|
||||
|
||||
build:
|
||||
hugo ${HUGO_PARAMS}
|
||||
|
||||
tarball: build
|
||||
tar czf page.tar.gz -C public .
|
||||
|
||||
.PHONY: tarball build
|
Loading…
x
Reference in New Issue
Block a user