commit d65fa58c1bc10044d1dcba788b4662752206e373 from: Omar Polo date: Sun Oct 24 16:38:11 2021 UTC use gmid from the repo instead of the system installed one commit - eaa02ac8c7cce23af341d2cafca2070a9557de06 commit + d65fa58c1bc10044d1dcba788b4662752206e373 blob - e3de06668b5f180757df710a9a08fbc3c4aac3ca blob + f1521270a295bd429b4e962e82efeea04b0b269d --- site/Makefile +++ site/Makefile @@ -12,7 +12,7 @@ serve-www: python3 -m http.server 8888 serve-gemini: - gmid -p 1966 . + ../gmid -p 1966 . upload: rsync --delete -a . op:sites/gmid.omarpolo.com