From 04d173fac020b60993c3e506447e48f1e2ec2323 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 1 Nov 2021 08:34:12 +0200 Subject: Publishing new version --- gemfeed/atom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e7f8d80d..dab01dd3 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2021-10-22T10:31:08+03:00 + 2021-11-01T08:33:56+02:00 buetow.org feed Having fun with computers! @@ -373,7 +373,7 @@ Hello World

Another benefit of using Gemini is that the Gemtext markup language is easy to parse. As my site is dual-hosted (Gemini+HTTP), I could, in theory, just write a shell script to deal with the conversion from Gemtext to HTML; there is no need for a full-featured programming language here. I have done a lot of Bash in the past, but I am also often revisiting old tools and techniques for refreshing and keeping the knowledge up to date here.

Motivational comic strip

I have exactly done that - I wrote a Bash script, named Gemtexter, for that:

-https://github.com/snonux/gemtexter
+https://codeberg.org/snonux/gemtexter

In short, Gemtexter is a static site generator and blogging engine that uses Gemtext as its input format.

Output formats

Gemtexter takes the Gemntext Markup files as the input and generates the following outputs from it (you find examples for each of these output formats on the Gemtexter GitHub page):

-- cgit v1.2.3