begone project list
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2023-10-06 13:29:25 +02:00
parent 46e1c59b5a
commit 845acbb16c
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
2 changed files with 2 additions and 39 deletions

View File

@ -26,41 +26,6 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }}
Internet then someone might read it, also I needed a website cause everyone
got one of those!
</p>
<h2>What did you do?!</h2>
<p>
Here are some of my more known projects, or rather, projects I'd prefer to
be known for:
</p>
<ul class="project-list">
<li>
<a href="https://github.com/Hamcha/tghandbook">/tg/station Handbook</a>, a
userscript that grew way out of scope
</li>
<li>
<a href="https://git.fromouter.space/crunchy-rocks/clessy-ng">Clessy</a>,
the <i>I-wish-it-wasnt-popular</i> multifunction Telegram bot
</li>
<li>
<a href="https://github.com/Hamcha/lumaupdate">Luma Updater</a>, my (now
very outdated) 3DS homebrew for updating Luma3DS
</li>
<li>
The <a href="https://github.com/hoverguys/hovercraft-old">two</a>
<a href="https://github.com/hoverguys/rehover">times</a> I tried to make a
Gamecube homebrew racing game.
</li>
<li>
<a
href="https://forum.unity.com/threads/how-would-i-find-a-specific-gameobject-for-the-camera-to-follow.490515/#post-3197196"
>Apparently</a
>, porting
<a href="https://gist.github.com/Hamcha/6096905"
>a stock Unity 3.x script to C#</a
>. I am still very confused about this by the way. I even
<a href="https://hiewb.itch.io/black-friday-mania">got credited</a> for
this!
</li>
</ul>
<h2>What's in this desperate corner of the net?</h2>
<p>
In here you will find my blog where I discuss things that I give enough

View File

@ -5,8 +5,7 @@
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
$avifPathStatic) -}}
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
{{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq
(path.Ext .Destination) ".jpg" }}
{{- end }} {{ if eq (path.Ext .Destination) ".jpg" }}
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
@ -34,8 +33,7 @@
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
$avifPathStatic) -}}
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
{{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq
(path.Ext .Destination) ".jpg" }}
{{- end }} {{ if eq (path.Ext .Destination) ".jpg" }}
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />