fix the sitix logo
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 38s

This commit is contained in:
2025-03-19 18:15:53 -04:00
parent e47ee41c74
commit 002d0ad925
9 changed files with 16 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
config

View File

@@ -34,7 +34,7 @@
<div class="card">
<p>
<img src="http://localhost:8080/sitix-large.png" width="84px" style="float: left; padding: 20px;"/>
<img src="http://localhost:8080/res/sitix-large.png" width="84px" style="float: left; padding: 20px;"/>
<a href="https://swaous.asuscomm.com/sitix/">Sitix</a> 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.
</p>

9
output/mesa-fix.sh Executable file
View File

@@ -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

View File

@@ -28,7 +28,7 @@
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
</li>
<li>
<a href="">This website, ofc</a>
<a href="http://localhost:8080">This website, ofc</a>
</li>
<li>
<a href="https://clarkeis.com/">Clarke Information Systems</a>

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

2
output/warp-zone/index.html Executable file
View File

@@ -0,0 +1,2 @@
<!DOCTYPE html>
<meta http-equiv="refresh" content="0; url=https://swaous.asuscomm.com/" />

View File

@@ -16,7 +16,7 @@
[/]
[=+-]
<p>
<img src="[^config.baseurl]/sitix-large.png" width="84px" style="float: left; padding: 20px;"/>
<img src="[^config.baseurl]/res/sitix-large.png" width="84px" style="float: left; padding: 20px;"/>
<a href="https://swaous.asuscomm.com/sitix/">Sitix</a> 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.
</p>

View File

@@ -14,7 +14,7 @@
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
</li>
<li>
<a href="[^baseurl]">This website, ofc</a>
<a href="[^config.baseurl]">This website, ofc</a>
</li>
<li>
<a href="https://clarkeis.com/">Clarke Information Systems</a>

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB