From 0f9cddc62b0e0e2b45b4822f22afda7754392369 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sun, 4 Jun 2023 19:04:02 -0400 Subject: [PATCH] Add new tinylog entry, tweak Makefile with `tinylog` target --- Makefile | 5 +++++ content/tinylog.gmi | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f4bfe82..45fb96c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,11 @@ build: upload: build scp -r public/* nathan@hitchhiker-linux.org:/srv/gemini +tinylog: + zond tinylog + zond build + scp public/tinylog.gmi nathan@hitchhiker-linux.org:/srv/gemini/ + publish: echo "$(submit_url)" | eval openssl s_client -connect warmedal.se:1965 -crlf \ -ign_eof -quiet diff --git a/content/tinylog.gmi b/content/tinylog.gmi index 0a3e989..9171a5e 100644 --- a/content/tinylog.gmi +++ b/content/tinylog.gmi @@ -1,19 +1,25 @@ Meta( - title: "JeanG3nie's Tinylog", + title: "JeanG3nie\'s Tinylog", summary: None, published: Some(Time( year: 2023, month: 6, - day: 3, - hour: 14, - minute: 58, - second: 11, + day: 4, + hour: 22, + minute: 48, + second: 34, )), tags: [ "tinylog", ], ) --- +Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion. + +=> .. Home + +## 2023-06-04 22:48 UTC +I wasn't completely happy with how I had previously setup the workflow for this log, so I did a bit more coding to automate things in a better way than before. I created a small Rust crate for working with Tinylogs and incorporated that into Zond. Now, when you type `zond tinylog` with no other arguments, an editor window will pop up for you to type your thoughts. So long as the temporary file thus created is not empty, the text is added as a new post. This also allows the log to contain a header, which was not possible before. + ## 2023-06-03 14:58 UTC First tinylog post! -