README
This commit is contained in:
parent
9fd4150509
commit
b96ac1bc1f
4 changed files with 61 additions and 296 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
source=exampleSite
|
||||
|
||||
.PHONY: dev, build, clean
|
||||
|
||||
dev:
|
||||
hugo server -D -s $(source) --themesDir ../..
|
||||
|
||||
build:
|
||||
cd exampleSite
|
||||
hugo -D --gc --minify -s $(source) --themesDir ../..
|
||||
|
||||
clean:
|
||||
rm -r $(source)/public
|
Loading…
Add table
Add a link
Reference in a new issue