fixed link

This commit is contained in:
2025-11-02 09:59:50 +01:00
parent f0eaac9311
commit 89c07d2166
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Weitere Informationen entnehmen Sie der Datenschutzerklärung von Strato: https:
## Quellcode ## Quellcode
Das gesamte Quellcode dieser Website kann auf meinem Github-Repository aufgerufen werden unter [https://github.com/agresdominik/blog](https://github.com/agresdominik/blog) Das gesamte Quellcode dieser Website kann auf meinem Github-Repository aufgerufen werden unter [github.com](https://github.com/agresdominik/website)
## Kontaktaufnahme per E-Mail ## Kontaktaufnahme per E-Mail
-4
View File
@@ -1,6 +1,4 @@
BASE_URL := https://agres.online/ BASE_URL := https://agres.online/
DEST := public
HUGO := hugo
build: build:
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL) cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
@@ -12,5 +10,3 @@ clean:
cd blog && rm -rf ./public/* cd blog && rm -rf ./public/*
.PHONY: build serve clean .PHONY: build serve clean