Skip to content

Commit

Permalink
add a basic contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Dec 12, 2024
1 parent 5adb467 commit d6e8576
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "contact"
slug: "contact"
layout: base.njk
---

I'm old school, ping me at [[email protected]](mailto:[email protected]) for anything personal, and [[email protected]](mailto:[email protected]) for work related matters.
5 changes: 5 additions & 0 deletions src/data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"url": "/speaking",
"external": false
},
{
"text": "Contact",
"url": "/contact",
"external": false
},
{
"text": "About",
"url": "/about",
Expand Down

0 comments on commit d6e8576

Please sign in to comment.