From 3cb94829a41b1deb264cef619b89da8a51e09397 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Dec 2024 14:00:25 +0200 Subject: Update content for gemtext --- gemfeed/atom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index ad26f5f7..37e33855 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-12-15T13:55:14+02:00 + 2024-12-15T13:59:52+02:00 foo.zone feed To be in the .zone! @@ -20,6 +20,8 @@

Random Helix themes



+Published at 2024-12-15T13:55:05+02:00
+
I thought it would be fun to have a random Helix theme every time I open a new shell. Helix is the text editor I use.

https://helix-editor.com/
@@ -41,6 +43,7 @@ http://www.gnu.org/software/src-highlite --> local -r theme_dir=/usr/share/helix/runtime/themes if [ ! -d $theme_dir ]; then echo "Helix theme dir $theme_dir doesnt exist" + return 1 fi local -r config_file=$HELIX_CONFIG_DIR/config.toml -- cgit v1.2.3