fix the sitix logo
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 38s
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 38s
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
config
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<p>
|
<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.
|
<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.
|
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>
|
</p>
|
||||||
|
|||||||
9
output/mesa-fix.sh
Executable file
9
output/mesa-fix.sh
Executable 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
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
|
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="">This website, ofc</a>
|
<a href="http://localhost:8080">This website, ofc</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://clarkeis.com/">Clarke Information Systems</a>
|
<a href="https://clarkeis.com/">Clarke Information Systems</a>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
2
output/warp-zone/index.html
Executable file
2
output/warp-zone/index.html
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://swaous.asuscomm.com/" />
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
[/]
|
[/]
|
||||||
[=+-]
|
[=+-]
|
||||||
<p>
|
<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.
|
<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.
|
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>
|
</p>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
|
<a href="https://swaous.asuscomm.com/sitix">The Sitix Project</a> (mine :D)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="[^baseurl]">This website, ofc</a>
|
<a href="[^config.baseurl]">This website, ofc</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://clarkeis.com/">Clarke Information Systems</a>
|
<a href="https://clarkeis.com/">Clarke Information Systems</a>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user