aa
This commit is contained in:
@@ -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. 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 !
|
||||
|
||||
4
push.sh
4
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"}
|
||||
|
||||
Reference in New Issue
Block a user