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"]