about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 21:05:20 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:22 +0700
commit023e8a1d024e4a4c71fc17ac4208230fd5fc2603 (patch)
tree32bbd277a6492b92bbaca02f36ad0bfd53d9d4f9
parentb6119083120c074b7e4b397a0ff5070e6292eeb6 (diff)
downloadblog-023e8a1d024e4a4c71fc17ac4208230fd5fc2603.tar.gz
hugo in silent mode
-rw-r--r--Makefile7
1 files 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;