From 4a029f04effbf1919c1ca69268d6acde4191d538 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Wed, 6 Mar 2024 15:41:59 +0700 Subject: Use http for dotgeek --- Makefile | 7 +++++-- 1 file 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; -- cgit 1.4.1