From: Michael Wallner Date: Fri, 11 Feb 2022 20:48:28 +0000 (+0100) Subject: mdref.json config X-Git-Url: https://git.m6w6.name/?p=mdref%2Fmdref-apfd;a=commitdiff_plain;h=HEAD mdref.json config --- diff --git a/mdref.json b/mdref.json new file mode 100644 index 0000000..c49001a --- /dev/null +++ b/mdref.json @@ -0,0 +1,21 @@ +{ + "name": "apfd", + "origin": "github.com/mdref/mdref-apfd", + "branch": "master", + "editUrl": "https://github.com/mdref/mdref-apfd/edit/master/%s.md", + "commentProvider": { + "giscus": { + "data": { + "repo": "mdref/mdref-apfd", + "category": "Comments", + "repo-id": "MDEwOlJlcG9zaXRvcnkzMTUzNjgxOQ==", + "category-id": "DIC_kwDOAeE2s84CBHt_", + "mapping": "pathname", + "input-position": "bottom", + "reactions-enabled": false, + "theme": "light", + "lang": "en" + } + } + } +}