summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml4
-rw-r--r--content/contact.md11
-rw-r--r--layouts/shortcodes/gpg.html1
-rw-r--r--themes/archie/layouts/partials/footer.html5
4 files changed, 15 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index 309069b..9eadc85 100644
--- a/config.toml
+++ b/config.toml
@@ -56,8 +56,8 @@ url = "/posts"
weight = 4
[[menu.main]]
-name = "Tags"
-url = "/tags"
+name = "Contact"
+url = "/contact"
weight = 5
[markup.goldmark.renderer]
diff --git a/content/contact.md b/content/contact.md
new file mode 100644
index 0000000..18731b0
--- /dev/null
+++ b/content/contact.md
@@ -0,0 +1,11 @@
+---
+title: "Contact"
+date: 2023-01-14T11:08:12-03:00
+lastmod: 2023-01-14T11:08:12-03:00
+---
+- [roger@rogs.me](mailto:roger@rogs.me)
+- My GPG key for encrypting mail:
+ + {{< gpg >}}
+ + fingerprint: <code>ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6</code>
+- Matrix: https://matrix.to/#/@roger:chat.rogs.me
+
diff --git a/layouts/shortcodes/gpg.html b/layouts/shortcodes/gpg.html
new file mode 100644
index 0000000..dc55f39
--- /dev/null
+++ b/layouts/shortcodes/gpg.html
@@ -0,0 +1 @@
+gpg: <code>curl -sL {{ .Site.BaseURL }}rogs.txt | gpg --import</code>
diff --git a/themes/archie/layouts/partials/footer.html b/themes/archie/layouts/partials/footer.html
index bb086df..eca9645 100644
--- a/themes/archie/layouts/partials/footer.html
+++ b/themes/archie/layouts/partials/footer.html
@@ -8,10 +8,7 @@
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie" target="_blank">Archie Theme</a>
-| Built with <a href="https://gohugo.io" target="_blank">Hugo</a> |
-
-<p style="font-size:12px">gpg: <code>curl -sL {{ .Site.BaseURL }}rogs.txt | gpg --import</code></p>
-<p style="font-size:12px">fingerprint: <code>ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6</code></p>
+| Built with <a href="https://gohugo.io" target="_blank">Hugo</a>
<p><a href="{{ "btc.png" | relURL }}"><i class="fab fa-bitcoin"></i> <span style="font-size:10px">bc1q8yrnatx40n9ts4mzqmkh2p65mys6mvs45us3kq</span></a></p>
<p><a href="{{ "xmr.png" | relURL }}"><i class="fab fa-monero"></i> <span style="font-size:10px">88zqmA2HLiA59CMVfV5FRrPmC64hcB6FTSXR95dugjso8X9jeHwZqfBMhiGREmdQHgB5kAy3EwygAikoVY6hexGKTBQEQEg</span></a></p>