about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ef1248d..5f1cd35 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,11 @@ webring: clean
 	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 dotgeek: dot%: webring
-	hugo --quiet --baseURL="https://xrvs.$*" --destination dot$*
+dotnet: webring
+	hugo --quiet --baseURL="https://xrvs.net" --destination dotnet
+
+dotgeek: webring
+	hugo --quiet --baseURL="http://xrvs.geek" --destination dotgeek
 
 cv: clean
 	git clone /var/lib/git/~xarvos/web-cv;