mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
fixed link
This commit is contained in:
@@ -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,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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user