Very poggers updates!

This commit is contained in:
2022-03-30 15:06:21 +00:00
parent 222b2861b1
commit 60abb12da2
32 changed files with 160 additions and 145 deletions

View File

@@ -1,15 +1,12 @@
HUGO := hugo
.PHONY: publish build create
.PHONY: build create clean
publish: build
git add public/
git commit -m'public/ autocommit'
git push
build:
rm -fr public/
$(HUGO) --gc --minify
build: clean
$(HUGO) --gc
create:
$(HUGO) server --bind 0.0.0.0
$(HUGO) server -D --bind 0.0.0.0 --disableFastRender
clean:
rm -fr public/