-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_giscus.settings.html
40 lines (37 loc) · 1.36 KB
/
_giscus.settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!-- minimal mistakes instructions https://mmistakes.github.io/minimal-mistakes/docs/configuration/#giscus-comments -->
<!-- generated from https://giscus.app/ -->
<script src="https://giscus.app/client.js"
data-repo="thetechcollective/giscussions"
data-repo-id="R_kgDOLFpC_w"
data-category="thetechcollective.dev"
data-category-id="DIC_kwDOLFpC_84CceZI"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async>
</script>
<!-- Settings to copy into _config.yml
comments:
provider : "giscus"
giscus:
repo : "thetechcollective/giscussions"
repo_id : "R_kgDOLFpC_w"
category : "thetechcollective.dev"
category_id : "DIC_kwDOLFpC_84CceZI"
mapping : "pathname"
strict : "0"
reactions_enabled : "1"
emit_metadata : "0"
input_position : "top"
theme : "light"
lang : "en"
loading : "lazy"
-->
<!-- Comments are disabled by default in development. To enable when testing/building locally use
JEKYLL_ENV=production bundle exec jekyll serve
-->