diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 21:05:20 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:22 +0700 |
commit | 023e8a1d024e4a4c71fc17ac4208230fd5fc2603 (patch) | |
tree | 32bbd277a6492b92bbaca02f36ad0bfd53d9d4f9 /Makefile | |
parent | b6119083120c074b7e4b397a0ff5070e6292eeb6 (diff) | |
download | blog-023e8a1d024e4a4c71fc17ac4208230fd5fc2603.tar.gz |
hugo in silent mode
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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; |