andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 4b52e271d8b66d03abfb6cc03ffbbf9eb7754601
parent 4b607fcf30b8b3de9f7bc877fe17a00a78862307
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 31 Dec 2018 08:18:35 +0100

Clean-up makefile and run hugo with verbose flag

Diffstat:
MMakefile | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -4,16 +4,10 @@ DOMAIN=andersdamsgaard.com local: hugo server -D -.PHONY: deploy -deploy: deploy-fm - -.PHONY: deploy-gitlab -deploy-gitlab: generate-public - .PHONY: generate-public generate-public: # generate public/ and remove unprocessed images - hugo + hugo --verbose find public \ -iname '*.jpg' \ -not -iname '*resize*.jpg' \