update
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
## My Information
|
||||
|
||||
[Github](https://github.com/titaniumtown)
|
||||
[Github: titaniumtown](https://github.com/titaniumtown)
|
||||
|
||||
[Gitlab](https://gitlab.com/titaniumtown)
|
||||
[Gitlab: titaniumtown](https://gitlab.com/titaniumtown)
|
||||
|
||||
matrix: @titaniumtown:matrix.org
|
||||
|
||||
email: `titaniumtown <at> proton <dot> me`
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
## This Site
|
||||
|
||||
### 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.
|
||||
|
||||
### How did I make this site
|
||||
|
||||
4
push.sh
Executable file → Normal file
4
push.sh
Executable file → Normal file
@@ -3,7 +3,7 @@
|
||||
hugo --minify
|
||||
|
||||
rsync -avz --delete public/ server-public:/srv/http/ \
|
||||
--exclude={"/ytbn", "/hdr_plus", "/caddy"}
|
||||
--exclude={"/ytbn", "/hdr_plus", "/caddy"}
|
||||
|
||||
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
|
||||
--exclude=".git"
|
||||
--exclude={".git"}
|
||||
|
||||
Reference in New Issue
Block a user