Removed comments, dot from description and added flag to make serve

This commit is contained in:
2025-11-14 18:49:14 +01:00
parent 299573bb96
commit 205a28fe39
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build:
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
serve:
cd blog && hugo serve -D --cleanDestinationDir
cd blog && hugo serve -D --cleanDestinationDir --buildFuture
clean:
cd blog && rm -rf ./public/*