From 795ac40e143f49e0d280d74bd8a0fb580cfb4302 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 27 Aug 2022 18:31:44 +0100 Subject: Update content for gemtext --- gemfeed/atom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e72755c3..9a7b2f89 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2022-08-27T18:28:19+01:00 + 2022-08-27T18:31:27+01:00 foo.zone feed To be in the .zone! @@ -19,11 +19,11 @@
1c1 -< -rw-r--r--. 1 paul paul 4084 Aug 27 18:24 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.gmi +< -rw-r--r--. 1 paul paul 4091 Aug 27 18:28 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.gmi --- -> -rw-r--r--. 1 paul paul 4091 Aug 27 18:28 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.gmi +> -rw-r--r--. 1 paul paul 4084 Aug 27 18:31 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.gmi

Gemtexter 1.1.0 - Let's Gemtext again

-

Published by Paul at 2022-08-26

+

Published by Paul at 2022-08-27

 -=[ typewriter ]=-  1/98
 
@@ -67,16 +67,16 @@ check_dependencies () {
 

Cache for Atom feed generation

The Bash is not the most performant language. Gemtexter already takes a couple of seconds only to generate the Atom feed for around two hand full of articles on my slightly underpowered Surface Go 2 Linux tablet. Therefore, I introduced a cache, so that subsequent Atom feed generation runs finish much quicker. The cache uses a checksum of the Gemtext .gmi file to decide whether anything of the content has changed or not.

Input filter support

-

Once your capsule reaches a certain size, it can become annoying to re-generate everything if you only want to preview the HTML or Markdown output of one single content file. The following will add a filter to only generate the files matching a regular expression.

+

Once your capsule reaches a certain size, it can become annoying to re-generate everything if you only want to preview the HTML or Markdown output of one single content file. The following will add a filter to only generate the files matching a regular expression:

 ./gemtexter --generate '.*hello.*'
 

Revamped git support

-

The Git support has been completely rewritten. It's now more reliable and faster too. Have a look at the README file for more information.

+

The Git support has been completely rewritten. It's now more reliable and faster too. Have a look at the README for more information.

Addition of htmlextras and web font support

The htmlextras folder now contains all extra files required for the HTML output format such as cascading style sheet (CSS) files and web fonts.

Sub-section support

-

It's now possible to define sub-sections within a Gemtextter capsule. For the HTML output, each sub-section can use its own CSS and web font definitions. E.g.:

+

It's now possible to define sub-sections within a Gemtexter capsule. For the HTML output, each sub-section can use its own CSS and web font definitions. E.g.:

The foo.zone main site
The notes sub-section (with different fonts)

More

-- cgit v1.2.3