From 9671e9836559df18e9d1626baa97fe0ebb68e1e0 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Fri, 6 Nov 2020 00:24:22 -0800 Subject: [PATCH] Added category for "contact me" 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..7c87598 --- /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 also usually 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