feat(projects): more detail, links
also renamed "where i live" to "things i manage" TODO: actual blog posts links and not just link to rootpull/5/head
parent
5679b00ff3
commit
e8cf70f3b9
|
|
@ -94,15 +94,38 @@
|
|||
<div id="projects">
|
||||
<h2>things i've made</h2>
|
||||
<h3><a href="https://blog.mineral.town">blog.mineral.town</a></h3>
|
||||
<p>a blog</p>
|
||||
|
||||
<h2>where i live</h2>
|
||||
<h3><a href="https://hinamizawa.homo.casa">hinamizawa @ homo.casa</a></h3>
|
||||
<p>a personal server for my home network</p>
|
||||
<h4><a href="https://irie.clinic.homo.casa">irie.clinic.homo.casa</a></h4>
|
||||
<p>
|
||||
a git server, powered by <a href="https://gitea.io">gitea</a> &
|
||||
<a href="https://docker.com">docker</a>
|
||||
a blog built using
|
||||
<a href="https://gohugo.io">hugo, a static site generator</a>,
|
||||
alongside a fully custom theme.
|
||||
</p>
|
||||
<h3><a href="https://blog.mineral.town">happy hacking keyboard + custom firmware</a></h3>
|
||||
<p>
|
||||
a keyboard i rewired to a custom mcu and wrote a firmware for,
|
||||
using <a href="https://qmk.fm">qmk</a> to suit my needs.
|
||||
</p>
|
||||
<h3><a href="https://blog.mineral.town">handwired k680t (custom)</a></h3>
|
||||
<p>
|
||||
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>.
|
||||
</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>.
|
||||
</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>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue