From c098d2d92f3f162d68f7603a549ad554a9976713 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 13 Nov 2020 22:51:11 +0000 Subject: [PATCH] Add an actual contact page --- content/about.md | 2 ++ content/contact.md | 12 ++++++++++++ layouts/shortcodes/sociallink.html | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 content/contact.md create mode 100644 layouts/shortcodes/sociallink.html diff --git a/content/about.md b/content/about.md index fbbf44d..62a48e1 100644 --- a/content/about.md +++ b/content/about.md @@ -7,3 +7,5 @@ image: unsplash:SYTO3xs06fU In the interest of privacy, there's very little personal information here. The information that is here is either not personal enough to bother protecting, or has been selectively chosen as nothing bad. + +If you want to find out more, [get in touch]({{< relref "contact" >}}). diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..0c7e662 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,12 @@ +--- +title: Contact +image: unsplash:71CjSSB83Wo +--- + +Given I spend my life attached to some form of computer, I'm not a hard person to get ahold of. + +If you stumbled across an email address of mine, best not to use it. Like most people my age, I'm not an active user of email. Here are the channels I recommend (in order): + +- Twitter: {{< sociallink twitter >}} +- Discord: {{< sociallink discord >}} +- Telegram: {{< sociallink telegram >}} diff --git a/layouts/shortcodes/sociallink.html b/layouts/shortcodes/sociallink.html new file mode 100644 index 0000000..50173e6 --- /dev/null +++ b/layouts/shortcodes/sociallink.html @@ -0,0 +1,3 @@ +{{ $socialDetail := index .Site.Data.social.accounts (.Get 0) }} + +{{ $socialDetail.username }}