aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-03-27 12:52:34 +0200
committerAdam Stück <adam@adast.xyz>2023-03-27 13:07:39 +0200
commitaa751bc3ca92f8070f454c13dd1b7e6d121a8342 (patch)
treeb5c2fce1c05f0ebbe9f8a5eb2bb96161ec6f01f1 /README.md
parentbbc2c7b04ab081acde5a5e9e7a6d5fb5004ad83d (diff)
Include my version of ssg, and update README
Custom ssg edits: - Drop website name from page titles
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