fix
This commit is contained in:
@@ -14,7 +14,7 @@ GPG Key: [D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D](./pub.txt)
|
|||||||
|
|
||||||
## About 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 at Florida Institute of Technology. I interned at SpaceX in Redmond, Washington in 2024, and will return in 2025 !
|
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://titaniumtown.github.io)). 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 !
|
||||||
|
|
||||||
## This Site
|
## This Site
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ This website is a landing page for myself. It also contains some information as
|
|||||||
|
|
||||||
### How did I make this site
|
### How did I make this site
|
||||||
|
|
||||||
I originally used [lowdown](https://github.com/kristapsdz/lowdown) and [ssg5](https://github.com/fmash16/ssg5) in order to generate this site from markdown files. But I recently switched to using [Hugo](https://github.com/gohugoio/hugo) with the [Monochrome theme](https://github.com/kaiiiz/hugo-theme-monochrome).
|
I originally used [lowdown](https://github.com/kristapsdz/lowdown) and [ssg5](https://github.com/fmash16/ssg5) in order to generate this site from markdown files. But I recently switched to using [Hugo](https://github.com/gohugoio/hugo) with the [PaperMod theme](https://github.com/adityatelange/hugo-PaperMod).
|
||||||
|
|
||||||
|
|
||||||
<!-- {{< hugo-neko/oneko >}} -->
|
{{< hugo-neko/oneko >}}
|
||||||
|
|||||||
2
push.sh
2
push.sh
@@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
hugo --minify
|
hugo --minify
|
||||||
|
|
||||||
rsync -rvz --delete --exclude={"/hdr_plus" "/caddy" "/cdn"} public/ server:/tank/services/http/
|
rsync -rvz --delete --chown=caddy:caddy --exclude={"/hdr_plus" "/caddy" "/cdn"} public/ server:/tank/services/http/
|
||||||
|
|
||||||
# rsync -rvz --delete ~/projects/integral_site/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/
|
# rsync -rvz --delete ~/projects/integral_site/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/
|
||||||
|
|||||||
Reference in New Issue
Block a user