Added gitea deployment hook and a favicon

This commit is contained in:
Julien Dessaux 2021-03-11 20:20:06 +01:00
parent 1a4981a826
commit bfda33e9f6
2 changed files with 3 additions and 3 deletions

View file

@ -1,15 +1,15 @@
.POSIX:
DESTDIR=public
DESTDIR=public/
.PHONY: build
build: ## make build # builds an optimized version of the website in $(DESTDIR)
@echo "? Generating site"
@echo "----- Generating site -----"
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR)
.PHONY: clean
clean: ## make clean # removed all $(DESTDIR) contents
@echo "? Cleaning old build"
@echo "----- Cleaning old build -----"
cd $(DESTDIR) && rm -rf *
.PHONY: serve

BIN
static/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB