develop/root (#5)
fix(root): project links fix(posts): fix dates feat(projects): more detail, links Co-authored-by: steven-y-e <steven@mineral.town> Reviewed-on: http://irie.clinic.homo.casa/steven-y-e/friends-of-mineral-town/pulls/5 Co-Authored-By: steven <steven-y-e@noreply.localhost> Co-Committed-By: steven <steven-y-e@noreply.localhost>pull/6/head
parent
c8c94b2204
commit
86f41ec47a
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Hori Mini Pad for PS4 (Slime edition)"
|
||||
date: 2021-09-21T11:53:19-04:00
|
||||
date: 2021-09-27T11:12:19-04:00
|
||||
categories: [hardware, hori]
|
||||
tags: [mini pad, blue]
|
||||
draft: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Adidas Superstar (Arizona Iced Tea)"
|
||||
date: 2021-09-27T11:12:26-04:00
|
||||
date: 2021-09-27T11:53:26-04:00
|
||||
categories: [shoes, adidas]
|
||||
tags: [superstar, green]
|
||||
draft: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Ajazz K680T"
|
||||
date: 2021-09-21T15:27:41-04:00
|
||||
date: 2021-09-27T15:27:41-04:00
|
||||
categories: [hardware, ajazz]
|
||||
tags: [k680t, black]
|
||||
draft: false
|
||||
|
|
|
|||
|
|
@ -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/fujitsu-pfu-happy-hacking-keyboard-professional-2/">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/ajazz-k680t/">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