From 41ee7a3f7f1138ac037dce1c1c6a2cd612b27696 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Wed, 21 Jun 2023 14:20:25 -0400 Subject: [PATCH 1/3] Fix url for Neovim post --- ...init.lua_from_scratch.gmi => neovim_init_lua_from_scratch.gmi} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/gemlog/{neovim:_init.lua_from_scratch.gmi => neovim_init_lua_from_scratch.gmi} (100%) diff --git a/content/gemlog/neovim:_init.lua_from_scratch.gmi b/content/gemlog/neovim_init_lua_from_scratch.gmi similarity index 100% rename from content/gemlog/neovim:_init.lua_from_scratch.gmi rename to content/gemlog/neovim_init_lua_from_scratch.gmi From 7baa414950715af670293607f506fb20bfe1063b Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Wed, 21 Jun 2023 22:55:49 -0400 Subject: [PATCH 2/3] Zond release post --- content/gemlog/zond_0_4_0_release.gmi | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/gemlog/zond_0_4_0_release.gmi diff --git a/content/gemlog/zond_0_4_0_release.gmi b/content/gemlog/zond_0_4_0_release.gmi new file mode 100644 index 0000000..23a9955 --- /dev/null +++ b/content/gemlog/zond_0_4_0_release.gmi @@ -0,0 +1,23 @@ +Meta( + title: "Zond 0.4.0 release", + summary: None, + published: Some(Time( + year: 2023, + month: 6, + day: 22, + hour: 2, + minute: 55, + second: 38, + )), + tags: [ + "zond", + "releases", + ], +) +--- +I've release Zond version 0.4.0. Zond is a static capsule builder which works much like Jekyll, Hugo or Zola but for Gemini. It's the software that builds and maintains this capsule. This release sees a number of small improvements plus support for translations using gettext and Tinylog support. Release binaries are available for Linux x86_64 and aarch64 and for FreeBSD on x86_64, and are available on Codeberg, it's Github mirror and over gemini and spartan on this capsule. + +=> https://codeberg.org/jeang3nie/zond/releases/tag/v0.4.0 +=> https://github.com/nfisher1226/zond/releases/tag/v0.4.0 +=> gemini://gemini.hitchhiker-linux.org/pub/zond/ +=> spartan://hitchhiker-linux.org/pub/zond/ \ No newline at end of file From fb84172abf2a5910cc58e0aec23514feccc3f338 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sat, 24 Jun 2023 10:06:58 -0400 Subject: [PATCH 3/3] New tinylog post about portupgrade --- content/tinylog.gmi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/tinylog.gmi b/content/tinylog.gmi index 056870e..f6947ed 100644 --- a/content/tinylog.gmi +++ b/content/tinylog.gmi @@ -4,10 +4,10 @@ Meta( published: Some(Time( year: 2023, month: 6, - day: 21, - hour: 6, - minute: 22, - second: 24, + day: 24, + hour: 14, + minute: 6, + second: 57, )), tags: [ "tinylog", @@ -17,6 +17,8 @@ Meta( 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-24 14:06 UTC +Since switching back to FreeBSD on one of my computers there have been just a few packages that I have wished were a little more up to date. Generally the ports tree is extremely up to date, with the packages collection being built on a quarterly basis. Some packages have definitely gone longer than that, however, so I decided to switch from packages to ports. This is pretty easy, just a little time consuming on the first run since you get one rather large batch of upgrades. I'm using portupgrade since that is the tool I remember, but there are a few others such as portmaster. ## 2023-06-21 06:22 UTC I was up late tonight, so I did some work on the Filesystem storage backend for Dory. Mostly writing tests, which caught a few bugs, but also implementing some missing functionality. ## 2023-06-20 17:59 UTC