Add an actual contact page
This commit is contained in:
parent
916abc16d1
commit
c098d2d92f
3 changed files with 17 additions and 0 deletions
|
@ -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" >}}).
|
||||
|
|
12
content/contact.md
Normal file
12
content/contact.md
Normal file
|
@ -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 >}}
|
3
layouts/shortcodes/sociallink.html
Normal file
3
layouts/shortcodes/sociallink.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ $socialDetail := index .Site.Data.social.accounts (.Get 0) }}
|
||||
|
||||
<a href="{{ $socialDetail.link }}" title="{{ $socialDetail.name }} account">{{ $socialDetail.username }}</a>
|
Loading…
Reference in a new issue