summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gemtexter.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 330fbae..f00e8d4 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ You will find the `./extras/html/header.html.part` and `./extras/html/footer.htm
`gemtexter` will never touch the `$BASE_CONTENT_DIR/html/.domains`, as this is a required file for a Codeberg page. Furthermore, the `robots.txt` file won't be overridden as well.
-### HTML Mastadon verification
+### HTML Mastodon verification
https://joinmastodon.org/verification explains how it works on Mastadon. So we have to hyperlink to the Mastadon profile to be verified and also include a `rel='me'` into the tag. In order to do that add this to the `gemtexter.conf` (replace the URI to your Mastadon profile accordingly):
diff --git a/gemtexter.conf b/gemtexter.conf
index a928b27..4b594a2 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -1,6 +1,6 @@
declare -xr DOMAIN=foo.zone
declare -xr SUBTITLE='To be in the .zone!'
-declare -xr AUTHOR='Paul Buetow'
+declare -xr AUTHOR='Paul Buetow aka snonux'
declare -xr EMAIL='paul@dev.buetow.org'
declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$'
declare -xr ATOM_MAX_ENTRIES=42