From 43e65d556dc209cc566d325cbea1e32f8aa033e1 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Fri, 6 Nov 2020 00:04:31 -0800 Subject: [PATCH] Added 'contact me' category to website. --- data/contact/index.md | 3 +++ data/contact/index.metadata | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 data/contact/index.md create mode 100644 data/contact/index.metadata diff --git a/data/contact/index.md b/data/contact/index.md new file mode 100644 index 0000000..9d1333c --- /dev/null +++ b/data/contact/index.md @@ -0,0 +1,3 @@ +Email sent to [contactme@subgeniuskitty.com](mailto:contactme@subgeniuskitty.com) will reach me. + +I can sometimes be found on [freenode](https://freenode.net) under the username `subgeniuskitty`. diff --git a/data/contact/index.metadata b/data/contact/index.metadata new file mode 100644 index 0000000..5028687 --- /dev/null +++ b/data/contact/index.metadata @@ -0,0 +1,6 @@ +[DEFAULT] +page_title = Contact Me +meta_keywords = +meta_description = +menu_text = Contact +menu_priority = -1 -- 2.20.1