about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-03-06 15:41:59 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-03-06 15:41:59 +0700
commit4a029f04effbf1919c1ca69268d6acde4191d538 (patch)
tree3595785a2be93ee58f4d35e3f9f773cc6509004b
parentf0e01db7b601b2735ab9e9d277032b2cca9c1577 (diff)
downloadblog-4a029f04effbf1919c1ca69268d6acde4191d538.tar.gz
Use http for dotgeek
-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;