Introduction
Introduction Statistics Contact Development Disclaimer Help
tClean-up makefile and run hugo with verbose flag - andersdamsgaard.com - my ph…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 4b52e271d8b66d03abfb6cc03ffbbf9eb7754601
parent 4b607fcf30b8b3de9f7bc877fe17a00a78862307
Author: Anders Damsgaard <[email protected]>
Date: Mon, 31 Dec 2018 08:18:35 +0100
Clean-up makefile and run hugo with verbose flag
Diffstat:
M Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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' \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.