From 472d5fd9c1cd119fba37e854d461cbefaf3df852 Mon Sep 17 00:00:00 2001 From: hollis Date: Fri, 1 Dec 2023 22:50:58 +1030 Subject: [PATCH] update drafts --- src/_data/keyboards.json | 67 +++++++++++++++++++ ...nd of year blog.md => end_of_year_blog.md} | 1 + src/lists/keyboards.md | 20 ++++++ 3 files changed, 88 insertions(+) create mode 100644 src/_data/keyboards.json rename src/blog/{end of year blog.md => end_of_year_blog.md} (92%) create mode 100644 src/lists/keyboards.md diff --git a/src/_data/keyboards.json b/src/_data/keyboards.json new file mode 100644 index 0000000..04df0fd --- /dev/null +++ b/src/_data/keyboards.json @@ -0,0 +1,67 @@ +[ + { + "title": "1x2", + "image": "/_assets/img/keyboards/1x2.jpg", + "description": "this keyboard is actually one of my newest, and was designed to ape on [this lego brick](https://www.bricklink.com/v2/catalog/catalogitem.page?P=3069bp80) - the dimensions are almost identical to the original brick, and also include its completely nonsensical layout. i actually made the project [available on github](https://github.com/uuupah/onebytwo_kb), not that i think many people would be too interested in making one" + }, + { + "title": "refitted cherry g1800", + "image": "/_assets/img/keyboards/1800.jpg", + "description": "this one is the produce one of my favourite taobao hauls. the case is from the skanti offices in denmark and had a bit of a rough life - it's covered in scratches and wear marks. the internal pcb is a tkc1800 that i was insanely lucky to find, and i've fashioned a usb mini b extender cable so that it can be disconnected and moved around, instead of using the old fixed cable. the electrical tape is to dim the lock lights because my leds were way too bright" + }, + { + "title": "aek60", + "image": "/_assets/img/keyboards/aek60.jpg", + "description": "this one is a cannibalised apple extended keyboard, including original alps orange switches. the spacebar was yellowed to a deep caramel colour, but i did my first [retrobright](https://en.wikipedia.org/wiki/Retrobright) attempt and i reckon it turned out pretty good! the keyboard itself feels and sounds really good, and going through the effort of importing an extra caps lock key from the states to use as short right shift was absolutely worth the trouble - the guy who sent them to me is a semi-retired physics (i think) professor who included a load of other fliers and cds from his various interests to get the package to its minimum weight. i might hunt them down some time and share them here because theyre honestly pretty interesting" + }, + { + "title": "alps64", + "image": "/_assets/img/keyboards/alps64.jpg", + "description": "a friend offered me an old mck-101sx " + }, + { + "title": "dilly", + "image": "/_assets/img/keyboards/dilly.jpg", + "description": "" + }, + { + "title": "downbubble", + "image": "/_assets/img/keyboards/downbubble.jpg", + "description": "" + }, + { + "title": "gherkin", + "image": "/_assets/img/keyboards/gherkin.jpg", + "description": "" + }, + { + "title": "hhkb", + "image": "/_assets/img/keyboards/hhkb.jpg", + "description": "" + }, + { + "title": "kara", + "image": "/_assets/img/keyboards/kara.jpg", + "description": "" + }, + { + "title": "μlice", + "image": "/_assets/img/keyboards/mulice.jpg", + "description": "" + }, + { + "title": "rf23u", + "image": "/_assets/img/keyboards/rf23u.jpg", + "description": "" + }, + { + "title": "seinfeld60", + "image": "/_assets/img/keyboards/seinfeld60.jpg", + "description": "" + }, + { + "title": "zoo96", + "image": "/_assets/img/keyboards/zoo96.jpg", + "description": "" + } +] diff --git a/src/blog/end of year blog.md b/src/blog/end_of_year_blog.md similarity index 92% rename from src/blog/end of year blog.md rename to src/blog/end_of_year_blog.md index 27134f5..9b63b0d 100644 --- a/src/blog/end of year blog.md +++ b/src/blog/end_of_year_blog.md @@ -1,5 +1,6 @@ --- draft: true +title: "end of year blog" --- the scramble vice diff --git a/src/lists/keyboards.md b/src/lists/keyboards.md new file mode 100644 index 0000000..0108a3a --- /dev/null +++ b/src/lists/keyboards.md @@ -0,0 +1,20 @@ +--- +draft: true +title: keyboards +date: 2023-12-01 +--- + +i got a little mechanical keyboard crazy when i built my first pc, and i got pretty deep into the ""community"" for the better part of a decade. i think they've become a little too much of an opportunity to flex peoples wealth these days, but i still really appreciate the small groups of makers out there creating cool new designs. i am still somewhat interested in the progression of the technology these days, but i only really get on projects that are super affordable and require a bit of work to complete, hence my collection of incredibly sketchy looking boards + +🚧 also there are a LOT of keyboards here so the descriptions are probably going to be a bit minimal until i can gather enough motivation to do them properly 🚧 + +{% for post in keyboards %} + {% listentry + post.title, + post.link, + post.image, + post.video, + post.iframelink, + post.description + %} +{% endfor %} \ No newline at end of file