From af2404cd25dd89ccc2ef01ae9ca30dc962def3b2 Mon Sep 17 00:00:00 2001 From: satori Date: Sun, 26 Oct 2025 08:23:28 +0000 Subject: [PATCH] Add build + publish script --- post | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 post diff --git a/post b/post new file mode 100755 index 0000000..936fea3 --- /dev/null +++ b/post @@ -0,0 +1,3 @@ +#!/bin/bash +jekyll build +rsync -av --delete /home/satori/ssg/_site/ /home/satori/public_html