diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-27 15:55:14 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-27 15:55:14 +0700 |
commit | b5820adaab7e93f0c231fdbd5dbefd9121717de5 (patch) | |
tree | 20769e9f93522543428566874da9e6b6504eb9f1 /Makefile | |
parent | 7c74cd27513692670c99c495cd54f12e43e55e82 (diff) | |
download | blog-master.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index de05474..b6fbebe 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,10 @@ install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS} rsync -ah --delete --inplace dot$*/ /var/lib/www/xrvs.$*/ clean: - rm -rf fead ${CONLANGS} web-cv dotnet dotgeek + rm -rf ${CONLANGS} web-cv dotnet dotgeek webring: clean - git clone https://trong.loang.net/~cnx/fead; - python3 fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html + fead -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html dotnet: webring hugo --quiet --baseURL="https://xrvs.net" --destination dotnet |