This commit is contained in:
Simon Gardling
2023-10-11 21:11:31 -04:00
parent 032679b34a
commit e5adc8cbac
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
### About Me:
My name is Simon Gardling. Im a FOSS advocate and a free software developer. I mainly use Rust, Java, and Python. I was also the former lead developer for Yatopia and JettPack. My latest 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.
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.
## What Is This Website?
This website is a landing page for myself. It also contains some information as to what services I host. I used to host a few public services and mirrors but they became either irrelevant or a maintenance burden for me. But if/when I begin hosting more things I will put them here.

View File

@@ -1,9 +1,9 @@
#!/bin/bash
#!/bin/fish
hugo
rsync -avz --delete public/ server-public:/srv/http/ \
--exclude="/ytbn"
--exclude={"/ytbn", "/hdr_plus/*.zip"}
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
--exclude=".git"