aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a03d5a..8c1ffe7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
# adast.xyz
My personal blog, built with [ssg](https://rgz.ee/ssg.html).
+
+## Build
+
+ git clone https://git.sr.ht/~adamski/adast.xyz
+ cd adast.xyz
+ ./ssg src/ dst/ adast.xyz "https://adast.xyz"
+
+## Publish
+
+(This part is only usable by me, but you might learn something)
+
+I run the following to publish changes to my website.
+
+ rsync -r dst/ adast.xyz:inet/adast.xyz
+
+### Build & Publish
+
+ ./ssg src/ dst/ adast.xyz "https://adast.xyz" && rsync -r dst/ adast.xyz:inet/adast.xyz