Added Contact page
This commit is contained in:
parent
584f8f13fd
commit
f5789b737e
@ -56,8 +56,8 @@ url = "/posts"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
weight = 5
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
|
11
content/contact.md
Normal file
11
content/contact.md
Normal file
@ -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
|
||||
|
1
layouts/shortcodes/gpg.html
Normal file
1
layouts/shortcodes/gpg.html
Normal file
@ -0,0 +1 @@
|
||||
gpg: <code>curl -sL {{ .Site.BaseURL }}rogs.txt | gpg --import</code>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user