This commit is contained in:
2024-09-29 15:07:31 -04:00
parent fbed26ba17
commit fc5f92d42f
2 changed files with 6 additions and 2 deletions

View File

@@ -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 @@
<!-- email: `titaniumtown <at> proton <dot> me` -->
GPG Key: `D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D`
## About Me
My name is Simon Gardling. Im 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 !

View File

@@ -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"}