phlog

Source code for my blog/gemlog. It used to be on gopher, hence the name
git clone http://shtanton.xyz/git/repo/phlog
Log | Files | Refs

commit b2d135c5e29ec6d5bdafad0bf7f845d53a08ce41
parent 913630b0d479a576c4ec1d7daa425baf62c84635
Author: Charlie Stanton <charlie@shtanton.com>
Date:   Sat, 24 Jul 2021 14:24:54 +0100

Update publish target for shtanton.xyz

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -37,4 +37,5 @@ clean: rm html_src/nav.html publish: all - rsync -vr --delete gemini/* charlie@shtanton.xyz:shtanton.xyz + rsync -vr --delete gemini/ charlie@shtanton.xyz:gemini + rsync -vr --delete html/ charlie@shtanton.xyz:http