From 023e8a1d024e4a4c71fc17ac4208230fd5fc2603 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 21:05:20 +0700 Subject: hugo in silent mode --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3e57b98..1a2747d 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,8 @@ webring: git clone /var/lib/git/~cnx/fead; python3 fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html -dotnet: webring - hugo --baseURL="https://xrvs.net" --destination dotnet - -dotgeek: webring - hugo --baseURL="https://xrvs.geek" --destination dotgeek +dotnet dotgeek: dot%: webring + hugo --quiet --baseURL="https://xrvs.$*" --destination dot$* cv: git clone /var/lib/git/~xarvos/web-cv; -- cgit 1.4.1