From fc5f92d42f2fb28c624c926b3f64e9bd86710b71 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 29 Sep 2024 15:07:31 -0400 Subject: [PATCH] aa --- content/_index.md | 4 ++++ push.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index c1bb439..2dd776a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,7 @@ ## My Information +[My own gitea :)](https://git.gardling.com) + [Github: titaniumtown](https://github.com/titaniumtown) [Codeberg: titaniumtown](https://codeberg.org/titaniumtown) @@ -10,6 +12,8 @@ +GPG Key: `D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D` + ## About Me My name is Simon Gardling. I’m a FOSS advocate and a free software developer. I mainly use Rust, Java, and Python. I've also dabbled in Minecraft server software modding. My most recent project is a mathematical graphing software using Rust and WebAssembly ([check it out](https://www.gardling.com/ytbn)). I'm currently working to get my B.S in Computer Science at Florida Institute of Technology. I interned at SpaceX in Redmond, Washington in 2024, and will return in 2025 ! diff --git a/push.sh b/push.sh index 7cb135e..d7c5516 100755 --- a/push.sh +++ b/push.sh @@ -4,8 +4,8 @@ set -e hugo --minify -rsync -avz --delete public/ server-public:/mnt/services/http/ \ +rsync -avz --delete public/ server-public:/tank/services/http/ \ --exclude={"/ytbn", "/hdr_plus", "/caddy"} -rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/mnt/services/http/ytbn/ \ +rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/ \ --exclude={".git"}