summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-06-18 09:58:18 +0100
committerPaul Buetow <git@mx.buetow.org>2021-06-18 09:58:18 +0100
commit6ee0def39dadc13cd9f064233525a1c74d795664 (patch)
tree27b56acbbdcc1ce2853b30e382fa96975db03a00
parentacef16a694c747ab29665e32e99a247bfdbb0246 (diff)
add snonux.de
-rw-r--r--README.md4
-rw-r--r--gemtexter.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 25b658c..c3dd7a2 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ The Gemtexter blog engine and static site generator
This is the source code of my personal internet site and blog engine. All content is written in Gemini Gemtext format, but the script `gemtexter` generates multiple other static output formats from it. You can reach the site(s)...
-* Via Gemini/Gemtext: [gemini://buetow.org](gemini://buetow.org) (You need a Gemini client for this)
-* Via "normal" HTML: [https://buetow.org](https://buetow.org) (Actually it's XHTML Transitional 1.0)
+* Via Gemini/Gemtext: [gemini://snonux.de](gemini://snonux.de) or [gemini://buetow.org](gemini://buetow.org) (You need a Gemini client for this)
+* Via "normal" HTML: [https://snonux.de](https://snonux.de) or [https://buetow.org](https://buetow.org) (Actually it's XHTML Transitional 1.0)
* Via [Gemini Webproxy](https://portal.mozz.us/gemini/buetow.org)
* Via [GitHub Markdown](https://github.com/snonux/buetow.org/blob/content-md/index.md)
* Via GitHub Page: [https://alt.buetow.org](https://alt.buetow.org) (from Markdown)
diff --git a/gemtexter.conf b/gemtexter.conf
index effeaef..f84615c 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -1,4 +1,4 @@
-declare -xr DOMAIN=buetow.org
+declare -xr DOMAIN=snonux.de
declare -xr SUBTITLE='Having fun with computers!'
declare -xr AUTHOR='Paul Buetow'
declare -xr EMAIL='comments@mx.buetow.org'