From 9f7ae4c11b9f7518c16f8512e26a5860335a9e27 Mon Sep 17 00:00:00 2001 From: eagleusb Date: Mon, 20 Jul 2020 00:54:51 +0200 Subject: [PATCH] feat(contact) add contact page --- config.yaml | 2 +- content/ping.md | 17 +++++++++++++++++ public | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 content/ping.md diff --git a/config.yaml b/config.yaml index 0f17cdd..9473bc4 100644 --- a/config.yaml +++ b/config.yaml @@ -68,4 +68,4 @@ languages: url: "/posts" - identifier: "contact" name: "ping me" - url: "/" + url: "/ping" diff --git a/content/ping.md b/content/ping.md new file mode 100644 index 0000000..8c8365f --- /dev/null +++ b/content/ping.md @@ -0,0 +1,17 @@ +--- +title: "Ping Me" +date: "2020-07-19" +author: "eagleusb" +cover: "hello.jpg" +description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit." +showFullContent: false +--- + +# Contact + +Vous pouvez me contacter sur Twitter, LinkedIn etc... mais aussi +directement par email [1]. + +> [git@eagleusb.com](mailto:git@eagleusb.com) + +[1] : pas de spam ou démarchages commerciaux sans rapport diff --git a/public b/public index fd1e121..bdeef57 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit fd1e12184df62f9311ff848f10badb6fbed6c770 +Subproject commit bdeef57cd42274aeb38278772e02af19070dd598