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