diff options
author | Julien Dessaux | 2021-03-11 20:20:06 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-11 20:31:01 +0100 |
commit | bfda33e9f65b288f9eea6b0f771fad26523de437 (patch) | |
tree | 33c1a79b2b0f10ee6aca26db17c8102a60efa6d4 | |
parent | First big articles reformatting now that I properly understand hugo (diff) | |
download | www-bfda33e9f65b288f9eea6b0f771fad26523de437.tar.gz www-bfda33e9f65b288f9eea6b0f771fad26523de437.tar.bz2 www-bfda33e9f65b288f9eea6b0f771fad26523de437.zip |
Added gitea deployment hook and a favicon
-rw-r--r-- | Makefile | 6 | ||||
-rwxr-xr-x | static/favicon.ico | bin | 0 -> 1150 bytes |
2 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100755 index 0000000..216330f --- /dev/null +++ b/static/favicon.ico |