This commit is contained in:
2025-06-13 19:28:25 -04:00
parent 280122c27d
commit 9f101abc10
6 changed files with 68 additions and 15 deletions

View File

@ -5,6 +5,8 @@
<link rel="stylesheet" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- prevent darkreader extension from messing with our already dark site -->
<meta name="darkreader-lock" />
</head>
<body style="background-color: #161617;">
<div id="master">
@ -38,19 +40,15 @@
</hgroup>
<p>My best repos are</p>
<ul>
<li><a href="https://git.squi.bid/wiz">wiz</a> - An idle event
<li><a href="https://git.squi.bid/squibid/wiz">wiz</a> - An idle event
manager for Wayland. Written in C!</li>
<li><a href="https://git.squi.bid/eat-it">eat it</a> -
<li><a href="https://git.squi.bid/squibid/eat-it">eat it</a> -
Eat It is a <a href="https://mpv.io", title="Mpv's Website">Mpv</a>
package manager written in <a href="https://lua.org",
title="Lua's Website">Lua</a> with the intent of making Mpv
scripts easier to update and use.</li>
<li><a href="https://git.squi.bid/coreutils">coreutils</a> -
My simple posix (if I can do that) complient core utils witten in
<a href="https://www.iso-9899.info/wiki/The_Standard",
title="C ISO standard">C</a> :)</li>
</ul>
<p><a href="https://git.squi.bid">more...</a></p>
<p><a href="https://git.squi.bid/squibid">more...</a></p>
</div>
</div>
<div id="right">
@ -62,7 +60,7 @@
</p>
</hgroup>
<p id="blogpreview">
<?php include('misc/tools.php'); entries("blog", 5); ?>
<?php include('misc/tools.php'); blog_entries("blog", 5); ?>
</p>
<a href="/blog">more...</a>
</div>