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 }}