From aa751bc3ca92f8070f454c13dd1b7e6d121a8342 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Mon, 27 Mar 2023 12:52:34 +0200 Subject: Include my version of ssg, and update README Custom ssg edits: - Drop website name from page titles --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2