commit - 764258f5b27e54cd25c22cdd951e7166e9afb12d
commit + b6f805b958db9119c80339c769e659228e67595e
blob - bac627b005665c90c796510507bfeb6a84de0561
blob + 5642015e9b0e8bb1b5239b19609b2b39dc2e09a2
--- config.toml
+++ config.toml
[params]
onion_location = "s55il2a2sq6u7jrminfxvcbtdqhez2ug5zfxiioowtojpv3kdfomdbid.onion"
-email = "witcher@wiredspace.de"
public_inbox = "~witcher/public-inbox@lists.sr.ht"
mastodon_url = "https://digitalcourage.social/@witcher"
mastodon_handle = "@witcher@digitalcourage.social"
rac_site = "https://rac-city.netlify.app/"
hugo_site = "https://whynothugo.nl/"
+[params.author]
+name = "Thomas Böhler"
+email = "witcher@wiredspace.de"
+
[pagination]
pagerSize = 5
blob - f73e46a66cd28bc834029e409635317603080312
blob + ba21d0583e5657157f2c3649550a34c65b3c82e0
--- content/about/_index.md
+++ content/about/_index.md
Signal over IRC for sending me a private message). Otherwise, in order of
preference:
-- E-Mail: [{{< param email >}}](mailto:{{< param email >}})
+- E-Mail: [{{< param author.email >}}](mailto:{{< param author.email >}})
([PGP](#pgp))
- [Briar](https://briarproject.org/) (best effort):
briar://aaigkcpiueznxx7lbvb4czudl6omsjh23ydtnc25e3ddgrk4xeytk
blob - 0ca0efc8eb4a8afc7f16d4385460691a379c692d
blob + cee9d5d47cb7ed361b604e8bc2de9457a121543c
--- layouts/_default/rss.xml
+++ layouts/_default/rss.xml
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
- <language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
- <managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
+ <language>{{.}}</language>{{end}}{{ with .Site.Params.author.email }}
+ <managingEditor>{{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Params.author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
- {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
+ {{ with .Site.Params.author.email }}<author>{{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Plain | htmlUnescape }}</description>
</item>
blob - 7ed6874473695e37f77caa392321df888f6a4e38
blob + e136e8efd706d0771bb0d61f60d9d04f85e72bc2
--- layouts/microblog/post.html
+++ layouts/microblog/post.html
<div>
Do you have a comment on one of my posts? Feel free to send me an E-Mail:
- <a href="mailto:{{ .Site.Params.email }}?subject=Re: {{ .Title }}">
+ <a href="mailto:{{ .Site.Params.author.email }}?subject=Re: {{ .Title }}">
{{ .Site.Params.email }}
</a><br />