diff options
-rw-r--r-- | config.toml | 4 | ||||
-rw-r--r-- | content/contact.md (renamed from content/about.md) | 12 |
2 files changed, 6 insertions, 10 deletions
diff --git a/config.toml b/config.toml index 2345959..c894bf1 100644 --- a/config.toml +++ b/config.toml @@ -70,9 +70,9 @@ url = "https://www.linkedin.com/in/mattstrapp" # url = "https://rosstheross.github.io" [[menu.main]] -name = "About" +name = "Contact" weight = 1 -url = "about/" +url = "contact/" [[menu.main]] name = "Posts" diff --git a/content/about.md b/content/contact.md index 8887fd8..081d778 100644 --- a/content/about.md +++ b/content/contact.md @@ -1,19 +1,15 @@ +++ -title = "About" -description = "About me" +title = "Contact" +description = "Contact me" date = "1970-01-01" -aliases = ["about-me", "contact"] +aliases = ["about-me", "about"] author = "Matt Strapp" +++ -This will exist eventually. - -# Contact - Email me matt AT mattstrapp.net. \ Or, message me on Matrix [@me:mattstrapp.net](https://matrix.to/#/@me:mattstrapp.net) Want to use PGP? WKD should work. \ If not, my key is also in the PGP keyserver network. -The fingerprint is [51BEA78542C945285064A0A5CA8122C2CF3530E4](https://keyoxide.org/51bea78542c945285064a0a5ca8122c2cf3530e4).
\ No newline at end of file +The fingerprint is [51BEA78542C945285064A0A5CA8122C2CF3530E4](https://keyoxide.org/51bea78542c945285064a0a5ca8122c2cf3530e4). |