Added gitea deployment hook and a favicon
This commit is contained in:
parent
1a4981a826
commit
bfda33e9f6
2 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,15 +1,15 @@
|
||||||
.POSIX:
|
.POSIX:
|
||||||
DESTDIR=public
|
DESTDIR=public/
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: ## make build # builds an optimized version of the website in $(DESTDIR)
|
build: ## make build # builds an optimized version of the website in $(DESTDIR)
|
||||||
@echo "? Generating site"
|
@echo "----- Generating site -----"
|
||||||
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR)
|
hugo --gc --minify --cleanDestinationDir -d $(DESTDIR)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: ## make clean # removed all $(DESTDIR) contents
|
clean: ## make clean # removed all $(DESTDIR) contents
|
||||||
@echo "? Cleaning old build"
|
@echo "----- Cleaning old build -----"
|
||||||
cd $(DESTDIR) && rm -rf *
|
cd $(DESTDIR) && rm -rf *
|
||||||
|
|
||||||
.PHONY: serve
|
.PHONY: serve
|
||||||
|
|
BIN
static/favicon.ico
Executable file
BIN
static/favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue