diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-22 02:13:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-22 02:13:39 +0300 |
| commit | 065a9d2010dba0462cf068a003f3e07f8c63908c (patch) | |
| tree | f30e40834e397abe9b82ccd91459f40f67c0e4df | |
| parent | 1ad2c43693f6a61e451c56beea40233db43e0da8 (diff) | |
typo
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | gemtexter.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
