diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 23:12:03 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 02f8c560e8984cdfef78eb2d527a989e5887edad (patch) | |
| tree | a082f1c9ccbd5a1c69387efcbd6de758f1db3b11 | |
| parent | 7046a7210a45b8091304ced826d9bf4bd71e3f53 (diff) | |
fix
| -rwxr-xr-x | buetow.org.sh | 2 | ||||
| -rw-r--r-- | content/gemtext/index.gmi | 1 | ||||
| -rw-r--r-- | content/html/index.html | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 905ecd57..2fe68d76 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -61,7 +61,7 @@ GEMFEED mv "$gemfeed_dir/index.gmi.tmp" "$gemfeed_dir/index.gmi" git add "$gemfeed_dir/index.gmi" - gemfeed::updatemainindex + # gemfeed::updatemainindex } ## Atom module diff --git a/content/gemtext/index.gmi b/content/gemtext/index.gmi index d4c3f3df..a54ddadc 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -25,6 +25,7 @@ If you reach this site via the modern web, please read this: +./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace ## Introduction diff --git a/content/html/index.html b/content/html/index.html index 1aa6f33c..810b99d4 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -42,6 +42,7 @@ li { color: #98be65; } </pre> <h2>Why does this site look so old school?</h2> <p>If you reach this site via the modern web, please read this:</p> +<p>./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace</p> <h2>Introduction</h2> <p>My name is Paul Buetow and this is my personal internet site. You can call me a Linux/*BSD enthusiast and hobbyist. Although I also have many other interests, you will encounter mostly (if not only) technical content on this site.</p> <p>I have published some Open-Source software, you will find some reference to it on this site or on my GitHub page(s). I also read a lot of tech newsletters and blogs. I re-share the most interesting ones on my social media feeds. You can find links to my GitHub pages and to my social media accounts on my contact information page:</p> |
