From ad5586a18aa070abbe09b080fc9ecfb2a972ac18 Mon Sep 17 00:00:00 2001 From: David Lick Date: Sun, 19 May 2024 10:18:56 -0400 Subject: [PATCH] add contact.md --- content/contact.md | 12 ++++++++++++ hugo.yaml | 1 + 2 files changed, 13 insertions(+) create mode 100644 content/contact.md diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..bfd3c2c --- /dev/null +++ b/content/contact.md @@ -0,0 +1,12 @@ +--- +title: Contact +ignore_rss: true +layout: page +menus: + main: + weight: 3 +--- + +### Email +The best way to reach me is through email. I'll respond as soon as I can, usually within 24 hours. +david@dvdt.dev \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 3861699..317f293 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -16,6 +16,7 @@ params: socialIcons: instagram: https://instagram.com/davidhrinaldo email: mailto:david@dvdt.dev + website: https://dvdt.dev outputs: home: ["HTML", "RSS"] page: ["HTML"]