diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | 9bb115af8b870e1171356ef3a7b3ddfff8dedd4f (patch) | |
| tree | 07592f7ddfe903dcde9c54da05b0fbe4ec1bdf22 /gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md | |
| parent | 238eb92c1f28ecb4d44089b230f3345eecdc1af0 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md')
| -rw-r--r-- | gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md index 580aceab..f71fb3d0 100644 --- a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md +++ b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md @@ -2,6 +2,10 @@ > Published at 2021-06-05T19:03:32+01:00 +You might have read my previous blog posts about entering the Geminispace, where I pointed out the benefits of having and maintaining an internet presence there. This whole site (the blog and all other pages) is composed in the Gemtext markup language. + +This comes with the benefit that I can write content in my favourite text editor (Vim). + ``` o .,<>., o |\/\/\/\/| @@ -46,8 +50,7 @@ ## Table of Contents * [⇢ Gemtexter - One Bash script to rule it all](#gemtexter---one-bash-script-to-rule-it-all) -* [⇢ ⇢ Introduction](#introduction) -* [⇢ ⇢ ⇢ Motivation](#motivation) +* [⇢ ⇢ Motivation](#motivation) * [⇢ ⇢ Output formats](#output-formats) * [⇢ ⇢ Taking it as far as I should, but no farther](#taking-it-as-far-as-i-should-but-no-farther) * [⇢ ⇢ ⇢ Modularization ](#modularization-) @@ -60,13 +63,7 @@ * [⇢ ⇢ Future features](#future-features) * [⇢ ⇢ Conclusion](#conclusion) -## Introduction - -You might have read my previous blog posts about entering the Geminispace, where I pointed out the benefits of having and maintaining an internet presence there. This whole site (the blog and all other pages) is composed in the Gemtext markup language. - -This comes with the benefit that I can write content in my favourite text editor (Vim). - -### Motivation +## Motivation 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. |
