download patch
commit 1f03431c7d2d6a74ca2986c0b1870f1803ce964a
Author: tri <tri@thac.loan>
Date: Sun Oct 12 23:29:24 2025 +0700
add deploy script
diff --git a/Makefile b/Makefile
index 370a952..207a4b5 100644
--- a/Makefile
+++ b/Makefile
watch:
serve:
python -m http.server -b 127.0.0.1
+
+deploy:
+ loa
+ rsync -avz --exclude .git --no-owner --no-group ./ pleroma:/www/loa.thac.loan/
diff --git a/readme.md b/readme.md
index f7dd472..bf2709f 100644
--- a/readme.md
+++ b/readme.md
-Static blog thing. Powered by [loa](https://khoe.thac.loan/_/loa/).
+Static blog thing at <https://loa.thac.loan>.
+
+Powered by [loa](https://khoe.thac.loan/_/loa/).