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
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
+1 -5
View File
@@ -1,6 +1,4 @@
BASE_URL := https://agres.online/
DEST := public
HUGO := hugo
build:
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
@@ -9,8 +7,6 @@ serve:
cd blog && hugo serve -D --cleanDestinationDir
clean:
cd blog && rm -rf ./public/*
cd blog && rm -rf ./public/*
.PHONY: build serve clean