diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-23 16:44:41 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-23 16:44:41 +0700 |
commit | 756302acbb15aa585a8d2dd053a5ff8010f2fd21 (patch) | |
tree | 6a1136d81b5c192a5b166ee95042194191088033 | |
parent | 0030d8ba7c31377e54384694224105bded96b68e (diff) | |
download | blog-756302acbb15aa585a8d2dd053a5ff8010f2fd21.tar.gz |
Use http repo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5f1cd35..de05474 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -rf fead ${CONLANGS} web-cv dotnet dotgeek webring: clean - git clone /var/lib/git/~cnx/fead; + 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 dotnet: webring |