From e8cf70f3b9ba6f3fa7ec3187b5784644e9d7b61f Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 29 Sep 2021 13:35:34 -0400 Subject: [PATCH 1/3] feat(projects): more detail, links also renamed "where i live" to "things i manage" TODO: actual blog posts links and not just link to root --- root/public/index.html | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/root/public/index.html b/root/public/index.html index 22cff14..eac9036 100644 --- a/root/public/index.html +++ b/root/public/index.html @@ -94,15 +94,38 @@

things i've made

blog.mineral.town

-

a blog

- -

where i live

-

hinamizawa @ homo.casa

-

a personal server for my home network

-

irie.clinic.homo.casa

- a git server, powered by gitea & - docker + a blog built using + hugo, a static site generator, + alongside a fully custom theme. +

+

happy hacking keyboard + custom firmware

+

+ a keyboard i rewired to a custom mcu and wrote a firmware for, + using qmk to suit my needs. +

+

handwired k680t (custom)

+

+ a keyboard I completely rebuilt from the ground up using custom switches, keycaps, and mcu. +

+ +

things i manage

+

hinamizawa @ homo.casa

+

+ a personal server. ssl certificate provided by let's encrypt, + reverse proxy for hosted services via nginx. + homepage denotes free space on storage drives and links to hosted services. + aesthetics inspired by characters and settings from + higurashi no naku koro ni. +

+

irie clinic

+

+ a git server, powered by gitea + & docker. +

+

angel mort

+

+ a media distribution server, powered by emby.

-- 2.40.1 From 4a9dfeaa544a723634e235a9a134fc37dc2ae424 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 29 Sep 2021 15:38:59 -0400 Subject: [PATCH 2/3] fix(posts):fix dates --- blog/content/posts/017HoriMiniPadPS4Slime.md | 2 +- blog/content/posts/018AdidasSuperstarArizonaIcedTea.md | 2 +- blog/content/posts/019AjazzK680T.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/content/posts/017HoriMiniPadPS4Slime.md b/blog/content/posts/017HoriMiniPadPS4Slime.md index cc5d602..3557a90 100644 --- a/blog/content/posts/017HoriMiniPadPS4Slime.md +++ b/blog/content/posts/017HoriMiniPadPS4Slime.md @@ -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 diff --git a/blog/content/posts/018AdidasSuperstarArizonaIcedTea.md b/blog/content/posts/018AdidasSuperstarArizonaIcedTea.md index 49d60c3..12d53f6 100644 --- a/blog/content/posts/018AdidasSuperstarArizonaIcedTea.md +++ b/blog/content/posts/018AdidasSuperstarArizonaIcedTea.md @@ -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 diff --git a/blog/content/posts/019AjazzK680T.md b/blog/content/posts/019AjazzK680T.md index c678d37..119b890 100644 --- a/blog/content/posts/019AjazzK680T.md +++ b/blog/content/posts/019AjazzK680T.md @@ -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 -- 2.40.1 From dda524ddec8be3c3be60aaab31ec0a33eed2bbb1 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 29 Sep 2021 15:39:12 -0400 Subject: [PATCH 3/3] fix(root): project links --- root/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/public/index.html b/root/public/index.html index eac9036..926c777 100644 --- a/root/public/index.html +++ b/root/public/index.html @@ -99,12 +99,12 @@ hugo, a static site generator, alongside a fully custom theme.

-

happy hacking keyboard + custom firmware

+

happy hacking keyboard + custom firmware

a keyboard i rewired to a custom mcu and wrote a firmware for, using qmk to suit my needs.

-

handwired k680t (custom)

+

handwired k680t (custom)

a keyboard I completely rebuilt from the ground up using custom switches, keycaps, and mcu.

-- 2.40.1