feat(root): added links for code repositories
also refactored a few lines to put hyperlinks on their own linesmain
parent
3d1e9530ae
commit
65602b0810
|
|
@ -97,7 +97,10 @@
|
|||
<p>
|
||||
a blog built using
|
||||
<a href="https://gohugo.io">hugo, a static site generator</a>,
|
||||
alongside a fully custom theme.
|
||||
alongside a fully custom theme. the repository for all of the
|
||||
code that generates this blog and its posts (as well as this very
|
||||
landing page) can be found
|
||||
<a href="https://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town">here</a>.
|
||||
</p>
|
||||
<h3><a href="https://blog.mineral.town/fujitsu-pfu-happy-hacking-keyboard-professional-2/">happy hacking keyboard + custom firmware</a></h3>
|
||||
<p>
|
||||
|
|
@ -106,26 +109,33 @@
|
|||
</p>
|
||||
<h3><a href="https://blog.mineral.town/ajazz-k680t/">handwired k680t (custom)</a></h3>
|
||||
<p>
|
||||
a keyboard I completely rebuilt from the ground up using custom switches, keycaps, and mcu.
|
||||
a keyboard I completely rebuilt from the ground up using custom
|
||||
switches, keycaps, and mcu.
|
||||
</p>
|
||||
|
||||
<h2>things i manage</h2>
|
||||
<h3><a href="https://hinamizawa.homo.casa">hinamizawa @ homo.casa</a></h3>
|
||||
<p>
|
||||
a personal server. ssl certificate provided by <a href="https://letsencrypt.org">let's encrypt</a>,
|
||||
reverse proxy for hosted services via <a href="https://www.nginx.com">nginx</a>.
|
||||
homepage denotes free space on storage drives and links to hosted services.
|
||||
aesthetics inspired by characters and settings from
|
||||
<a href="https://07th-expansion.net/hig_gensaku#story">higurashi no naku koro ni</a>.
|
||||
a personal linux server. ssl certificate provided by
|
||||
<a href="https://letsencrypt.org">let's encrypt</a>,
|
||||
reverse proxy for hosted services via
|
||||
<a href="https://www.nginx.com">nginx</a>.
|
||||
homepage denotes free space on storage drives and links to hosted
|
||||
services. aesthetics inspired by characters and settings from
|
||||
<a href="https://07th-expansion.net/hig_gensaku">higurashi no naku koro ni</a>.
|
||||
the php and css that generates these graphs can be viewed
|
||||
<a href="https://irie.clinic.homo.casa/steven-y-e/hinamizawa">here</a>.
|
||||
</p>
|
||||
<h4><a href="https://irie.clinic.homo.casa">irie clinic</a></h4>
|
||||
<p>
|
||||
a git server, powered by <a href="https://gitea.io">gitea</a>
|
||||
& <a href="https://docker.com">docker</a>.
|
||||
a git server, powered by
|
||||
<a href="https://gitea.io">gitea</a> &
|
||||
<a href="https://docker.com">docker</a>.
|
||||
</p>
|
||||
<h4><a href="https://angel.mort.homo.casa">angel mort</a></h4>
|
||||
<p>
|
||||
a media distribution server, powered by <a href="https://emby.media">emby</a>.
|
||||
a media distribution server, powered by
|
||||
<a href="https://emby.media">emby</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue