From e5adc8cbac2b43baef1b3dfe374af843f11baa43 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 11 Oct 2023 21:11:31 -0400 Subject: [PATCH] edit --- content/_index.md | 2 +- push.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index e0729c2..5d7cf7f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,7 +6,7 @@ ### 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 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. 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. ## 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. \ No newline at end of file diff --git a/push.sh b/push.sh index 588c16d..e62a5b0 100755 --- a/push.sh +++ b/push.sh @@ -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"