commit 1234131e38af6074477fb3d23b8eb1607d7bae24
parent 421ecb45a8c6b429b56f254caba6dd9ef1ebd7a4
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sat, 2 Dec 2023 19:16:18 -0800
December Adventure, Day 2 update.
Diffstat:
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2023-02/index.md b/content/december-adventure/2023-02/index.md
@@ -0,0 +1,23 @@
+---
+title: "2023, Day 2"
+date: 2023-12-02T19:13:51-08:00
+draft: false
+---
+
+I spent a bit more time fussing around with my environment; I think I've decided
+that a component of my December Adventure will be playing in the uxn
+ecosystem.
+
+I created a [.theme file](https://wiki.xxiivv.com/site/theme.html) with
+ [Dexe](https://wiki.xxiivv.com/site/dexe.html), and set up a simple shell
+script so that I could use [Left](https://wiki.xxiivv.com/site/left.html) for
+git commits (I set this locally with `git config core.editor left`, where
+`left` is an executable shell script on my path) and writing blog posts, in
+addition to editing code. (I'm not sure why aliases didn't work but a shell
+script does, if anybody has ideas please let me know!)
+
+![Screenshot of this entry being written in Left. How meta.](left.png)
+
+I'm going to spend the rest of tonight playing with text-rendering in the screen
+device, which is something that [compudanzas's excellent
+tutorial/book](https://compudanzas.net/uxn_tutorial.html) doesn't really cover.
diff --git a/content/december-adventure/2023-02/left.png b/content/december-adventure/2023-02/left.png
Binary files differ.