From 002d0ad9254a95ab48c7d1b90acaaeea4bb40018 Mon Sep 17 00:00:00 2001 From: Tyler Clarke Date: Wed, 19 Mar 2025 18:15:53 -0400 Subject: [PATCH] fix the sitix logo --- .gitignore | 1 + output/index.html | 2 +- output/mesa-fix.sh | 9 +++++++++ output/portfolio.html | 2 +- output/{ => res}/sitix-large.png | Bin output/warp-zone/index.html | 2 ++ site/index.html | 2 +- site/portfolio.html | 2 +- site/{ => res}/sitix-large.png | Bin 9 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .gitignore create mode 100755 output/mesa-fix.sh rename output/{ => res}/sitix-large.png (100%) create mode 100755 output/warp-zone/index.html rename site/{ => res}/sitix-large.png (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04204c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config diff --git a/output/index.html b/output/index.html index 686be6e..c852fd9 100755 --- a/output/index.html +++ b/output/index.html @@ -34,7 +34,7 @@

- + Sitix is an open-source Static Site Generator written in C and Lua. It builds this site! I use Sitix for almost all my web operations. It's fast, containerizable, and reasonable. I built it to supplant Jekyll for my sanity, and it's the open source project I'm most proud of.

diff --git a/output/mesa-fix.sh b/output/mesa-fix.sh new file mode 100755 index 0000000..4d04a89 --- /dev/null +++ b/output/mesa-fix.sh @@ -0,0 +1,9 @@ +sudo rpm-ostree override replace \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-dri-drivers-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-filesystem-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-libgbm-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-libglapi-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-libEGL-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-libGL-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-vulkan-drivers-24.2.8-1.fc41.x86_64.rpm \ +https://kojipkgs.fedoraproject.org//packages/mesa/24.2.8/1.fc41/x86_64/mesa-va-drivers-24.2.8-1.fc41.x86_64.rpm \ No newline at end of file diff --git a/output/portfolio.html b/output/portfolio.html index 4562c6b..9aafefb 100755 --- a/output/portfolio.html +++ b/output/portfolio.html @@ -28,7 +28,7 @@ The Sitix Project (mine :D)
  • - This website, ofc + This website, ofc
  • Clarke Information Systems diff --git a/output/sitix-large.png b/output/res/sitix-large.png similarity index 100% rename from output/sitix-large.png rename to output/res/sitix-large.png diff --git a/output/warp-zone/index.html b/output/warp-zone/index.html new file mode 100755 index 0000000..c9d7861 --- /dev/null +++ b/output/warp-zone/index.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/site/index.html b/site/index.html index 4750760..0715169 100644 --- a/site/index.html +++ b/site/index.html @@ -16,7 +16,7 @@ [/] [=+-]

    - + Sitix is an open-source Static Site Generator written in C and Lua. It builds this site! I use Sitix for almost all my web operations. It's fast, containerizable, and reasonable. I built it to supplant Jekyll for my sanity, and it's the open source project I'm most proud of.

    diff --git a/site/portfolio.html b/site/portfolio.html index 273890f..e4e3e65 100644 --- a/site/portfolio.html +++ b/site/portfolio.html @@ -14,7 +14,7 @@ The Sitix Project (mine :D)
  • - This website, ofc + This website, ofc
  • Clarke Information Systems diff --git a/site/sitix-large.png b/site/res/sitix-large.png similarity index 100% rename from site/sitix-large.png rename to site/res/sitix-large.png