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 424d5be82c50c0ab7c73ec33067f59f5eeee1226
parent fb301b72f5964ec1029b4f717672e484d1cf3512
Author: Charlie Stanton <charlie@shtanton.com>
Date:   Tue, 27 Jul 2021 12:47:34 +0100

Ignores the git directory which is populated by the server

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

diff --git a/Makefile b/Makefile @@ -52,4 +52,4 @@ clean: publish: all rsync -vr --delete gemini/ charlie@shtanton.xyz:gemini - rsync -vr --delete html/ charlie@shtanton.xyz:http + rsync -vr --delete --exclude="/git/" html/ charlie@shtanton.xyz:http