Added Contact page

This commit is contained in:
Roger Gonzalez 2023-01-14 11:34:40 -03:00
parent 584f8f13fd
commit f5789b737e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
4 changed files with 15 additions and 6 deletions

View File

@ -56,8 +56,8 @@ url = "/posts"
weight = 4 weight = 4
[[menu.main]] [[menu.main]]
name = "Tags" name = "Contact"
url = "/tags" url = "/contact"
weight = 5 weight = 5
[markup.goldmark.renderer] [markup.goldmark.renderer]

11
content/contact.md Normal file
View 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

View File

@ -0,0 +1 @@
gpg: <code>curl -sL {{ .Site.BaseURL }}rogs.txt | gpg --import</code>

View File

@ -8,10 +8,7 @@
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie" target="_blank">Archie Theme</a> {{ 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> | | 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>
<p><a href="{{ "btc.png" | relURL }}"><i class="fab fa-bitcoin"></i> <span style="font-size:10px">bc1q8yrnatx40n9ts4mzqmkh2p65mys6mvs45us3kq</span></a></p> <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> <p><a href="{{ "xmr.png" | relURL }}"><i class="fab fa-monero"></i> <span style="font-size:10px">88zqmA2HLiA59CMVfV5FRrPmC64hcB6FTSXR95dugjso8X9jeHwZqfBMhiGREmdQHgB5kAy3EwygAikoVY6hexGKTBQEQEg</span></a></p>