This commit is contained in:
parent
46e1c59b5a
commit
845acbb16c
2 changed files with 2 additions and 39 deletions
|
@ -26,41 +26,6 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }}
|
||||||
Internet then someone might read it, also I needed a website cause everyone
|
Internet then someone might read it, also I needed a website cause everyone
|
||||||
got one of those!
|
got one of those!
|
||||||
</p>
|
</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>
|
<h2>What's in this desperate corner of the net?</h2>
|
||||||
<p>
|
<p>
|
||||||
In here you will find my blog where I discuss things that I give enough
|
In here you will find my blog where I discuss things that I give enough
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
|
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
|
||||||
$avifPathStatic) -}}
|
$avifPathStatic) -}}
|
||||||
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
|
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
|
||||||
{{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq
|
{{- end }} {{ if eq (path.Ext .Destination) ".jpg" }}
|
||||||
(path.Ext .Destination) ".jpg" }}
|
|
||||||
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
||||||
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
|
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
|
||||||
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
||||||
|
@ -34,8 +33,7 @@
|
||||||
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
|
$avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists
|
||||||
$avifPathStatic) -}}
|
$avifPathStatic) -}}
|
||||||
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
|
<source srcset="{{ $avifPath | safeURL }}" type="image/avif" />
|
||||||
{{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq
|
{{- end }} {{ if eq (path.Ext .Destination) ".jpg" }}
|
||||||
(path.Ext .Destination) ".jpg" }}
|
|
||||||
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
||||||
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
|
{{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}
|
||||||
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
<source type="image/jpeg" srcset="{{ .Destination | safeURL }}" />
|
||||||
|
|
Loading…
Reference in a new issue