git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 23b61e3cab7b08a53d4e91e4dcd3d84dd8bc1d15
parent c1a81e32b69aee3d1305d973a1d23763714b8d52
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Fri,  1 Oct 2021 02:35:12 +0100

make: add support for HUGO_ARGS when using hugo command

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -10,13 +10,13 @@ build-static: ./static/generate.sh build-hugo: - hugo + hugo $(HUGO_ARGS) postscript-build: ./scripts/ignore-files.sh serve-hugo: - hugo server + hugo server $(HUGO_ARGS) publish-ipfs: build ipfs-pin-public