From 233ea76204ea5bc9a7d8f12816a9525b7a732bc5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 2 Dec 2020 16:16:58 -0500 Subject: add webmention support (#274) * add webmention support Signed-off-by: Christine Dodrill * add webmention integration post Signed-off-by: Christine Dodrill --- config.dhall | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.dhall') diff --git a/config.dhall b/config.dhall index 192955d..9ca7af8 100644 --- a/config.dhall +++ b/config.dhall @@ -17,6 +17,7 @@ let Config = , clackSet : List Text , resumeFname : Text , webMentionEndpoint : Text + , miToken : Text } , default = { signalboost = [] : List Person.Type @@ -24,6 +25,7 @@ let Config = , clackSet = [ "Ashlynn" ] , resumeFname = "./static/resume/resume.md" , webMentionEndpoint = defaultWebMentionEndpoint + , miToken = "${env:MI_TOKEN as Text ? ""}" } } -- cgit v1.2.3