blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit c5a761ba3622c1d3b446e70f5e779046bb0c9171
parent 4abf963fb180b2a7cf788eedaa9ad0178cdf4463
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 18 May 2020 18:39:34 -0500

Add webmention endpoint for Hyperskip

Diffstat:
Mconfig.toml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.toml b/config.toml
@@ -35,8 +35,7 @@ email = "shimmy.xu@shimmy1996.com"
     codeFences = false
 
 [params]
-soresuLatexOffByDefault = true
-soresuIssoHost = "/isso"
+webmentionEndpoint = "https://webmention.io/www.shimmy1996.com/webmention"
 
 [permalinks]
 posts    = "/posts/:filename/"